Certain API endpoints will return the results in a paginated list, paginated to 100
items by default.
By default the first page will be listed. Navigating through pages can be done by passing the offset value for the next data set, within the JSON data string. Previous and next link, where appropriate will been provided within the head.
Where an API endpoint supports pagination, the number of items listed per page can be customised per request by including the optional request parameter limit. The maximum allowed value for the limit parameter is 1000
Please refer to the HTTP headers for information regarding the pagination of the requests being made.
X-Total-Count:
the total number of results for that given requestLink:
pre-signed previous and next URLs for that given request