Hi,
I’m querying Freshdesk’s API for data analytics. I’m gathering all tickets into a datalake. I’m interested in all tickets (deleted, spams, archived, whatever I can put my hands on).
The /api/v2/tickets
path doesn’t return archived tickets (although that’s not mentioned by the documentation) and the only way I can view archived is by providing their ID beforehand.
Isn’t there a way around this?
Thanks!