GET/projects/api/v3/timers/{timerId}.json
Get a specific timer
Will get a timer with with a specific ID.
Path Params
- Name
timerId
- Type
- integer
- required
- Description
Query Params
- Name
userId
- Type
- integer
- Description
filter by user id
- Name
showDeleted
- Type
- boolean
- Description
filter by task id
- Name
include
- Type
- array[string]
- Description
include
- Format
- Comma separated values
- Allowed values
projects
tasks
tasks.parentTasks
tasks.tasklists
users
- Name
fields[users]
- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
id
firstName
lastName
title
email
companyId
company
isAdmin
isClientUser
isServiceAccount
type
deleted
avatarUrl
lengthOfDay
workingHoursId
workingHour
userRate
userCost
canAddProjects
- Name
fields[timers]
- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
id
userId
taskId
projectId
description
running
billable
deleted
dateCreated
dateDeleted
duration
lastStartedAt
serverTime
intervals
- Name
fields[tasks]
- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
id
name
dateUpdated
parentTaskId
isPrivate
status
tasklistId
startDate
dueDate
- Name
fields[tasklists]
- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
id
name
projectId
milestoneId
- Name
fields[projects]
- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
id
name
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
Response contains the information returned when sending a PUT/POST request to the timers endpoint, or GET request for a single item by ID
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON.
- Code
- 404
- Description
- 404 Not Found No Data
200 OK
Response
{ "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,