v1

latestOpenAPI 3.0.02026-08-061478520.6 KB
[v1] Task

Get task info

Returns information about task or tasks.

If asked about specific task (task_id or external_task_id was provided) and no task was found it returns error status of 404 Not Found.

get/tasks

Query parameters

task_idstring

asks for specific task with task_id that is number, can be multiple tasks separated by ,

external_task_idstring

asks for specific task with external_task_id

perms'create_subtask' | 'edit_task_settings' | 'track_time' | 'view_detailed_data'
Example:create_subtask,track_time

comma separated permission names to filter tasks by

exclude_archived0 | 1

0 -> show only archived, 1 -> show all tasks

status'active' | 'archived' | 'all'

filters tasks by status

minimal'0' | '1'

returns minimal tasks info - works only if specific task was not requested

ignoreAdminRightsboolean

only return tasks that user would have access to regardless of being a time tracking admin

Response

It returns an object of objects keyed with ID of a task in a tree structure.