Controls the results that are returned in a page.
You can use the following query parameters:
count - The maximum number of results that are returned. The maximum allowed value is 200. If excluded will be set to 200.
offset - How far into the records to retrieve from.
A maximum of 200 results are returned if no pagination query parameters are passed.
Note: The pagination parameter value must be HTML encoded. Use the prefix "pagination=" in the query parameter.
For example, to retrieve the 10th to 20th records, count=10&offset=10
"pagination=count%3D10%26offset%3D10"