When getting a ticket from the API with the View a Ticket call, is it possible to identify if the ticket met its SLA?
Also when the onTicketCreate/onTicketUpdate event is fired, how could I identify if the ticket was within SLA?
When getting a ticket from the API with the View a Ticket call, is it possible to identify if the ticket met its SLA?
Also when the onTicketCreate/onTicketUpdate event is fired, how could I identify if the ticket was within SLA?
@RobAtOpinyin,
Good Day,
You need to include stats while retrieving the ticket via this API,
eg:
/api/v2/tickets/[id]?include=stats
and with that, you can get the list of SLA policies
and with that, you can find the ticket breached SLA policy,
Hope it helps
Thanks
Hi @Santhosh,
Many thanks
This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.