When I am using "GET tickets" API , it returns max. 1000 rows. How can I get all results?

Customer context: The customer is a software developer who is making use of LiveAgent's "GET tickets" API in their project, but they're encountering limitations with the number of rows being returned.

Customer: When I am using "GET tickets" API , it returns max. 1000 rows. How can I get all results?

Answer: If you would like to load more results, you need to use it in a cycle and use the parameter "_page" to load the next 1000 rows. If the API you are using doesn't have the "_page" parameter, most probably there is the "_cursor" parameter. Here you can find more info: https://support.liveagent.com/865654-How-to-work-with-_cursor-parameter

×