Pagination of API calls

Most API calls can be paginated.
This means you can retrieve small result sets in several steps so you can be as performant as possible.

The default value is set to 30.

 

How to use pagination

To use pagination, append the following query parameter to the end of the API call:

?page=1 ?page=2 ...

to your existing API call.