Pagination
Learn how to view and navigate paginate paginated results from the GitBook API
{
"items": [
...
],
"next": {
"page": "..."
},
"previous": {
"page": "..."
}
}Example
{
"items": [],
"next": {
"page": "next-page-id"
}
}Last updated
Was this helpful?