GET/me/timers.json
Get all your Running Timers
Will get all your running timers or the person you are logged in as.
Query Params
- Name
projectId
- Type
- string
- Description
timers on a given project
- Name
taskId
- Type
- string
- Description
Timers on a task
- Name
runningTimersOnly
- Type
- boolean
- Description
all active timers or only timers which are currently running
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"timers": [
{
"dateDeleted": "",
"serverTime": "2018-02-20T10:54:24Z",
"intervals": [
{
"to": "",
"from": "2018-02-20T10:51:30Z",
"id": "1",
"duration": "0"
}
],
"description": "",
"dateUpdated": "2018-02-20T10:51:30Z",
"projectName": "New hires",
"projectId": "1",
"billable": false,
"running": true,
"id": "1",
"taskName": "Hello",
"lastStartedAt": "2018-02-20T10:51:30Z",
"taskId": "1",
"dateCreated": "2018-02-20T10:51:30Z",
"duration": "0",
"deleted": false,
"userId": "1"
}
],
"STATUS": "OK"
}