Objective:
- Why are responses limited to 200 results?
- What is pagination?
Environment:
- Clio's API v4
Additional Information:
Additional information about pagination can be found at https://app.clio.com/api/v4/documentation#section/Paging
Answer:
In Clio's API v4, Index actions are limited to 200 results. If your request has more than 200 results, you'll get the next
field returned which includes the URL that you'll use to request the next set of records. If your request doesn't include more than 200 records, the next
field will not be present.