Hello
We would like to get the history of all ticket audit events and keep up with new changes.
There is an endpoint that lists all ticket_audits:
(GET /api/v2/ticket_audits)
But it has an issue that it doesn't include archived tickets.
Also there is a ticket based endpoint:
(GET /api/v2/tickets/{ticket_id}/audits)
It get ticket audits per ticket (archived ones as well), but it is not suitable for keeping up with the new events(audits) on a ticket.
And there doesn't seem to be an incremental API endpoint that would allow to keep up with new changes with ticket audits.
So is there currently a possibility to load the whole history (archived tickets as well) and to keep up the new audit events?
Any response is appreciated. Thanks
There is the Incremental Ticket Event Export endpoint that may be helpful for your use case:
https://developer.zendesk.com/api-reference/ticketing/ticket-management/incremental_exports/#incremental-ticket-event-export
If not, let me know in a bit more detail what your workflow looks like and we can try and find an alternate solution for you.
Thanks!
Tipene