Skip to main content

How to get a list of closed resolved and pending tickets ?

  • October 23, 2014
  • 2 replies
  • 41 views

Hi,


If I do "GET /helpdesk/tickets.json" I only have open tickets and I would like to have all tickets (open, closed, resolved and pending). How can I do ?


Thanks ;)

Did this topic help you find an answer to your question?
This topic has been closed for comments

2 replies

  • Community Debut
  • 27 replies
  • October 24, 2014
You need to do:

GET /helpdesk/tickets/filter/all_tickets?format=json

Documentation: http://freshdesk.com/api#view_all_ticket



  • Author
  • Contributor
  • 6 replies
  • October 24, 2014

ok, thanks :)