API requests in Perform & Engage that enable you to get a list of instances, like check-ins, recognitions, and so on, support pagination. Use the limit and offset query parameters to add pagination to requests.
- limit (integer). The maximum number of results in one response.
- offset (integer). The initial index from which the results are returned in the response.
For example, the /api/v2/checkins/?limit=10&offset=1 request filters the result by 10 check-ins per page and returns the second page.
Comments
Article is closed for comments.