The WoodCore API uses a simple set of query parameters on data endpoints to facilitate paging through large amounts of data.
Description
Our data endpoints that return multiple results are paged. You will need to supply an offset query parameter when calling these endpoints. You can configure the size of each page by using the limit query parameter.
perPage
: The offset is the position in the dataset of a particular record.
page
: The page to be returned
Default
By default, the system will return 15
records per page if perPage
is not specified