Pagination
RESPONSE
"pagination": {
"page": 5,
"size": 25,
"pages": 34,
"count": 843
},
"data": [
{
...
}
]All top-level API resources have support for bulk fetches via "list" API methods. These list API methods share a common structure, taking at least these two parameters: limit and page
Parameters
limit
optional, default is 25
A limit on the number of objects to be returned, between 1 and 100.
page
optional, default is 1
A page number to use in pagination