Get Ticket Timer

GET {{baseUrl}}/api/v1/tickets/:ticket_id/timer

This API fetches the time elapsed in the ticket timer, along with the current state

OAuth Scope

  • Desk.tickets.READ

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"hours":0,"seconds":26,"minutes":5,"state":"RUNNING"}