Performs Ticket Timer actions
POST {{baseUrl}}/api/v1/tickets/:ticket_id/timer?action=<String>
This API performs timer-related actions, such as START, STOP, PAUSE and RESUME
OAuth Scope
Desk.tickets.UPDATE
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
action | string | Action of the timer.Supported actions are START , STOP , PAUSE and RESUME |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"hours":0,"seconds":0,"minutes":0,"state":"RUNNING"}