We're consolidating our Help Centers to enhance your experience. During the migration period (April 29 to May 1), you might notice some temporary inconsistencies. No action is required on your side. Please contact Support if you need any assistance.

Pagination in the Perform & Engage 365 API

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.

 

Was this article helpful?
0 out of 0 found this helpful

Comments

Article is closed for comments.