Hi,
1. I’d like to get details about multiple tickets by using one API call, is it possible to get tickets json by querying ticket_id list?
2. I have a certain ticket_id and I need to retrieve only its status. can I get the specific field from the ticket and not the whole JSON?
1. I’d like to get details about multiple tickets by using one API call, is it possible to get tickets json by querying ticket_id list?
2. I have a certain ticket_id and I need to retrieve only its status. can I get the specific field from the ticket and not the whole JSON?
Thanks for posting your question to the Community! I would actually recommend using the Search API to query for multiple tickets by their id's or any other filtering methods.
As for only retrieving the status of a specific ticket, you could use the Show Ticket endpoint to retrieve the ticket data which includes the status. However, we don't support a way to get a minimized version of the response body.
Hope this helps!
Erica