Pagination

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

Parameter

Description

page

Page number, starting at 1.

perPage

Number of records per page, limited to 100.

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

Property

Description

totalResults

Total number of records.

page

Current page number.

totalPages

Total number of pages.