Pagination
Pagination is used to limit the response size for resources that return potentially extensive collections of records.
You can override the defaults by using the pagination parameters passed in a URI using query parameters.
The following pagination parameters are available:
Parameter |
Description |
---|---|
pageStartIndex |
[IN] The starting index of the returned records. |
pageSize |
[IN] The number of records to be shown on a page. Default: 10. |
count | [OUT] The number of records in the output of an API call. |