Skip to main content
Endpoints that return a collection of results are always paginated. Paginated results will return a PagedResponse<T>[] object. The objects contains meta, links and items properties.

Paginated request

integer
default:"1"
The number of the page to return.
integer
default:"30"
The number of items to return. Defaults to 30. Min = 1. Max = 100

Paginated response

object
Contains information about the number of results and pages
Useful links to get the first/last and next/previous page of results
Array<T>
An array of the items requested