Pagination Guide
Pagination is a crucial aspect of efficiently navigating through large datasets using our API. This guide will help you understand how to utilise pagination effectively.
1. Query Parameters
1.1 Example Response
"meta": {
"total": 22835,
"skip": 0,
"limit": 1000,
"page": 1,
"pages": 23,
"startTime": "2023-11-14T20:00:45.061Z",
"endTime": "2023-11-21T20:00:45.061Z"
}
2. Making Subsequent Requests
2.1 Aligning Query Parameters
- page:
- page:- startTime and endTime:
- startTime and endTime:2.2 Simplifying Requests
Last updated
Was this helpful?