v1

latestOpenAPI 3.1.02026-08-042784116.2 KB

List Tasks

Returns a list of tasks relevant for the authenticated legal entity. Tasks are sorted algorithmically by importance. To filter by status include a status parameter for each status you wish to be included in the response.

get/tasks

Query parameters

definition_idstring nullable
start_datestring date nullable
end_datestring date nullable
include_managedboolean nullable
statusAccountTaskStatus[] nullable
tagsAccountTaskTag[] nullable

Tags are filtering criteria for tasks. When multiple tags are passed, tasks associated with at least one of the tags are returned.

Tags are filtering criteria for tasks. When multiple tags are passed, tasks associated with at least one of the tags are returned.

Response

Successful Response

idstring required
resolutionsobject required
default_resolution_namestring required
status'todo' | 'dismissed' | 'in-progress' | 'done' required
period_start_datestring date nullable
period_end_datestring date nullable
due_datestring date nullable
priority'high' | 'medium' | 'low'
tagsstring[] nullable