Pagination

Some methods are paginated. Methods with 📄 Pagination will load 1 page of 10 items by default. Methods with 📄 Pagination Optional will load all items by default. In either case, append a query string like ?page={page}&limit={limit} to the URL to influence the results.

ParameterTypeDefaultValue
pageinteger1Number of page of results to be returned.
limitinteger10Number of results to return per page.

All paginated methods will return these HTTP headers.

HeaderValue
X-Pagination-PageCurrent page.
X-Pagination-LimitItems per page.
X-Pagination-Page-CountTotal number of pages.
X-Pagination-Item-CountTotal number of items.