Query Paging

Query Parameters

Parameter Description
$page Index of the page to request.
$pageSize Maximum number of items to include per page.

 

$page Parameter

An Integer representing the page index (starting at 1) to return the data for.

$pageSize Parameter

An Integer representing the maximum number of items to return in a page. Each endpoint may have a different maximum page size associated, if you request a page size greater than the maximum specified for the endpoint the endpoint page max page size will take precedent.

You may receive fewer items than requested if the total result set is smaller than the requested $pageSize, or if this is the final page and there are fewer remaining result than the requested $pageSize.