The Bitsight API might return a large number of results for a given query and will be paginated. Paginated results include the next
(or next_url
), previous
, and count
fields.
Field | Description |
---|---|
countInteger |
The number of results. |
nextString [ URL ] |
The link to navigate to the next page of the results. |
next_urlString [ URL ] |
The link to navigate to the next page of the results. |
previousString [ URL ] |
The link to navigate to the previous page of the results. |
For select endpoints with large datasets, the cursor
parameter is included in the response. See query parameters for more information.
Recommendations
We recommend using the following query parameters, if available, to modify the response and improve the performance of the API:
- Define a
start_date
andend_date
. - The maximum number of results per query is controlled by the
limit
parameter; a request might return fewer results than this (even zero), but not more.
Publication Date – June 25, 2020
Feedback
0 comments
Please sign in to leave a comment.