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
total
optional
Long The total number of the results.
lastOnPage
required
String The the id of the last result on the current page.

Example value: gDCIpKnSSA-JIFiQxPq31g
moreAvailable
required
Boolean Indicates if there are more results available to be loaded.