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.
count- [Integer] The number of results.
next- [String] The link [
URL] to navigate to the next page of the results. next_url- [String] The link [
URL] to navigate to the next page of the results. previous- [String] The link [
URL] 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_dateandend_date. - The maximum number of results per query is controlled by the
limitparameter; a request might return fewer results than this (even zero), but not more.
- June 25, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.