2.1.1 Pagination object
Represents a pagination. A pagination reveals the total number of the results and the ID of the last result from the current page.
Example
{
"total": 5,
"lastOnPage": "2016-02-23T15:36:57.814Z",
"moreAvailable": false
}
Fields
| Field | Type | Description |
|---|---|---|
totaloptional |
Long | The total number of the results. |
lastOnPagerequired |
String | The id of the last result on the current page.Example value: gDCIpKnSSA-JIFiQxPq31g |
moreAvailablerequired |
Boolean | Indicates if there are more results available to be loaded. |
Last updated on