Skip to main content

Meta

pagination object
currentinteger

The index of the current page.

Example: 1
nextintegernullable

The index of the next page. This property is only included when there is a next page available.

Example: 2
lastintegernullable

The index of the last page. This property is only included when there is a next page available.

Example: 5
recordsinteger

The total number of objects.

Example: 100
Meta
{
"pagination": {
"current": 1,
"next": 2,
"last": 5,
"records": 100
}
}