Start a timer for the authenticated user.
For Workspaces on the Free Forever or Unlimited Plan, either the timer_id
parameter or the "tid"
field in the body of the request are required fields.
{- "description": "from api",
- "tags": [
- {
- "name": "tag1"
}
], - "tid": "task_id",
- "billable": false
}
{- "data": {
- "id": "timer_id",
- "task": {
- "id": "task_id",
- "name": "test task",
- "status": {
- "status": "to do",
- "color": "#d3d3d3",
- "type": "open",
- "orderindex": 0
}, - "custom_type": null
}, - "wid": "workspace_id",
- "user": {
- "id": 1,
- "username": "first_name last_name",
- "email": "test@gmail.com",
- "color": "#08c7e0",
- "initials": "JK",
}, - "billable": false,
- "start": "1595289395842",
- "duration": -53,
- "description": "",
- "tags": [ ],
- "at": 1595289452790
}
}