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 See How does paging work for more detailed documentation on pagination. Minimum: 1 Maximum: 500
- Default
50
- Name
page- Type
- integer
- Description
Page number, this is usually used in conjunction with the parameter pageSize. See How does paging work for more detailed documentation on pagination.
- 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
projectstaskstasks.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": { "projects": { "additionalProp": { "activePages": { "billing": true, "board": true, "comments": true, "files": true, "finance": true, "forms": true, "gantt": true, "links": true, "list": true, "messages": true, "milestones": true, "notebooks": true, "proofs": true,