Hey everyone,
I was looking at the API docs and saw that there is an endpoint where one API call gives you 1000 tickets so that you can more easily export ALL the tickets in your system.
Now I not only need all the tickets but also ALL the comments for each ticket. Is there an endpoint to make a bulk request for those too? I was only able to find the endpoint where you have to make ONE call PER ticket which seems really inefficient considering the number of tickets we are working with.
Hope someone can help with this.
Thanks
Henny
You'll need to hit the ticket_events endpoint.
.../api/v2/incremental/ticket_events.json?start_time=1636997653&include=comment_eventsLet us know if you have any issues!