Pagination

The listing endpoints offer paging option, which can be done through the querystring parameters below:

ParameterDescription
pagePage number, starting at 1.
perPageNumber of records per page, limited to 100.

The responses of the listing endpoints will also contain the following control properties:

PropertyDescription
totalResultsTotal number of records.
pageCurrent page number.
totalPagesTotal number of pages.