Pagination
You may set the following variables to paginate a list of objects:
Page Size | Page Number |
---|---|
Number of objects to be returned in a page | The page number you want returned |
When you make the API call, include page[size]
and page[number]
to set the variables above. For example, returning the third page of a list of 10 objects each: page[size]=10&page[number]=3
Updated about 2 years ago