Question
My query includes pagination parameters though all records are returned in the response. How do I know if an API endpoint is paginated?
Answer
If an endpoint supports pagination, it will be listed in the description of the endpoint or call in our API documentation. For example, the endpoint time _registrations is paginated.
How to use query parameters for pagination is found in the Pagination section of our API documentation.
Comments
0 comments
Article is closed for comments.