❗ Pagination

Every result set for endpoints in the Apicbase API described as lists is paginated, with 10 results being shown by page by default. Results are often ordered by the entity's creation date in descending order.

Requests to these endpoints can include a page_order query parameter to request other pages in the paginated result set, or ordering to specify a different field by which the results should be ordered.

You can also increase the amount of results in the paginated result set by specifying a page_size value query parameter. In most cases, the maximum amount of items that can be requested is 200. If your application does any sort of large scale imports of items, it is recommended to set this to the maximum amount.