Paging
Description
An object containing pagination information.
Model Properties
| Property | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| prev | True | [string] | URL to fetch the objects in the previous page. | |||
| next | True | [string] | URL to fetch the objects in the next page. | |||
| limit | True | integer | The amount of the object requested in the current HTTP request. | |||
| offset | True | integer | The index offset of the first object in the current response. | |||
| count | True | integer | The total amount of the object available. | |||
| pages | True | integer | (Not used) | |||