Pagination
Last updated
Last updated
© 2024 PredictHQ Ltd
When requesting a list of records, the response will usually contain the following fields:
Field | Description |
---|
Below is an example response:
Individual API Endpoint documentation will describe specific response formats.
You can control the result records that are returned using the standard offset
and limit
query string parameters. If no limit is specified, then a default of 10
applies.
When the number of results exceeds the maximum number of records allowed by your subscription the overflow
field will be set to true
. This indicates there are more results available but you are unable to paginate to them.
You can work around this limitation by performing more specific searches resulting in fewer results.
The maximum number of results and pagination limits are specified in . If you require higher limits please to discuss your needs.
count | The total number of results. |
previous | A URL to the previous page, or |
next | A URL to the next page, or |
overflow | Boolean flag that indicates if the search has more results than your subscription allows you to view. |