Every endpoint in the Relograde API allows for pagination options.
Parameters
Parameter | Type | Required | Default | Description |
---|
limit | integer | No | - | Number of results per page. If not set while the “page” parameter is set it will default to 20. |
page | integer | No | - | Page number. If not set while the “limit” parameter is set it will default to 1. |
Response fields
Field name | Field type | Field description |
---|
pagination | Object | Pagination object |
total | Integer | Total amount of results |
page | Integer | Current page number |
limit | Integer | Max amount of results on a page |
pages | Integer | Total amount of pages |