Pagination
Paging is used to limit the response size for resources that return potentially large collections of records.
The response by default is limited to 200 records per page. The page numbering starts at page number 0.
You can override the defaults by using the paging parameters passed in a URI using query parameters.
The following paging parameters are available:
Parameter |
Description |
---|---|
pageStartIndex |
Number of records to be skipped. The default value is 0. |
pageSize |
Number of records to show on a page. The default value is 200. |
count | Number of records in the output of an API call. |