Get tracked time

Note: This is a legacy time tracking endpoint. We recommend using the Time Tracking API endpoints to manage time entries.

SecurityAuthorization_Token
Request
path Parameters
task_id
required
string
query Parameters
custom_task_ids
boolean

If you want to reference a task by it's custom task id, this value must be true.

team_id
number <double>

When the custom_task_ids parameter is set to true, the Workspace ID must be provided using the team_id parameter.
For example: custom_task_ids=true&team_id=123.

header Parameters
Content-Type
required
string
Value: "application/json"
Responses
200
get/v2/task/{task_id}/time
Request samples
Response samples
application/json
{
  • "data": [
    ]
}