GET/projects/api/v3/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
updatedAfterDate- Type
- string
- Description
filter by updated after date (deprecated, use updatedAfter)
- Name
updatedAfter- Type
- string
- Description
filter by updated after date
- Name
userId- Type
- integer
- Description
filter by user id
- Name
taskId- Type
- integer
- Description
filter by task id
- Name
projectId- Type
- integer
- Description
filter by project id
- Name
pageSize- Type
- integer
- Description
number of items in a page
- Default
50
- Name
page- Type
- integer
- Description
page number
- Default
1
- Name
skipCounts- Type
- boolean
- Description
SkipCounts allows you to skip doing counts on a list API endpoint for performance reasons.
- Name
showDeleted- Type
- boolean
- Description
include deleted items
- Default
false
- Name
runningTimersOnly- Type
- boolean
- Description
enforce running timers only
- Default
false
- Name
include- Type
- array[string]
- Description
include
- Format
- Comma separated values
- Allowed values
projectsprojects.companiestaskstasks.parentTaskstasks.tasklistsusers
- Name
fields[users]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idfirstNamelastNametitleemailcompanyIdcompanyisAdminisClientUserisServiceAccounttypedeletedavatarUrllengthOfDayworkingHoursIdworkingHouruserRateuserCostcanAddProjects
- Name
fields[timers]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
iduserIdtaskIdprojectIddescriptionrunningbillabledeleteddateCreateddateDeleteddurationlastStartedAtserverTimeintervals
- Name
fields[tasks]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idnamedateUpdatedparentTaskIdisPrivatestatustasklistIdstartDatedueDate
- Name
fields[tasklists]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idnameprojectIdmilestoneId
- Name
fields[projects]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idname
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
TimersResponse contains all the information returned when sending a GET request to the timers endpoint.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON.
200 OK
TimersResponse
{ "included": { "companies": { "additionalProp": { "accounts": 0, "addressOne": "string", "addressTwo": "string", "budgetDistribution": [ { "color": "string", "companyId": 0, "count": 0, "from": 0, "to": 0 } ], "canSeePrivate": true, "cid": "string",