List all tickets without pagination

  • 9 March 2016
  • 2 replies
  • 107 views

 Hi,


I am trying to view all the tickets using a GET request on the following URL:

"https://shuttl.freshdesk.com/api/v2/tickets"


However, the response is restricted to default number of tickets because of pagination. How can I list all the tickets without pagination?



This topic has been closed for comments

2 replies

With the v2 APIs, you can get a maximum of 100 objects per page - http://developers.freshdesk.com/api/#pagination


Hi Abhishek,


I did some research on this a couple of weeks back. It seems that apart from using the export functionalityon the front-end, one is restricted to the API limit unless using pagination.


Mike