Skip to main content

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 ;)



You need to do:

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

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





ok, thanks :)