Performs Task Timer actions
POST {{baseUrl}}/api/v1/tasks/:task_id/timer?action=<String>
This API performs timer-related actions, such as START, STOP, PAUSE and RESUME
OAuth Scope
Desk.activities.UPDATE
Desk.activities.tasks.UPDATE
Desk.tasks.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"}