Pagination

Prev Next

Responses that may contain large collections are paginated in order to limit the payload size and keep the response time as low as possible.

Parameters


size optional, default 50

Determines the number of objects returned, limited to a value between 1 and 200.


page optional, default 50

The page number of the results to fetch, provided through the page query parameter. Starts at 1.


List Response Format


total count int

The total number of elements, available in the totalCount field.


data array

An array of response elements, paginated according to the request parameters.


next optional, url

if no next link is present, the current requested page is the last.


previous optional, url

If no previous link is present, the current requested page is the first.