Controls the results that are returned in a page.
Use the following query parameters:
count - Defines the total number of results that are returned from the data store. The maximum value is 1000.
page - Identifies the requested page, or the offset.
limit - Defines the total number of results that are returned per page. The maximum value is 1000.
A maximum of 200 results are returned if no pagination query parameters are passed.
Note: If you are not using the Swagger UI, the pagination parameter value must be HTML encoded. Use the prefix "pagination=" in the query parameter.
Example: Paginate on count=10&page=1&limit=5
pagination=count%3D10%26page%3D1%26limit%3D5