Get tasks
GET
/tm/tasksGet tasks
Request
Show only completed
0 - Low 1 - Medium 2 - High 3 - Hold
Search text in title and description
Sorts in ascending order of the specified parameter. To sort in descending order, prepend a minus sign to the parameter, for example -name
dd.mm.yyyy Required with endDate
dd.mm.yyyy Required with startDate
Shows all tasks, including deleted and completed. If present, the completed
parameter is ignored
Responses
In minutes
0 - Low
1 - Medium
2 - High
3 - Hold
ID of the user who created the task
ID of the user who is executing the task
Start date of the task in Y-m-d
format
Start date of the task in ISO 8601 format
Due date of the task in Y-m-d
format
Due date of the task in ISO 8601 format
Date the task was created in ISO 8601 format
Date the task was last updated in ISO 8601 format
{
"success": true,
"tasks": [
{
"id": 0,
"parentId": 0,
"title": "string",
"description": "string",
"date": "string",
"time": "string",
"duration": 60,
"type": "action",
"priority": 0,
"isCompleted": true,
"authorId": "string",
"userId": "string",
"boardId": 0,
"boardColumnId": 0,
"projectId": 0,
"image": "string",
"isPrivate": true,
"dateStart": "2019-08-24",
"dateEnd": "2019-08-24",
"timeStart": "14:15:22Z",
"timeEnd": "14:15:22Z",
"tags": [
0
],
"subscribers": [
"string"
],
"workloads": [
{
"id": "bc92d5f2-3aaf-49cc-8010-5007ced66ea6",
"userId": "24d20bfa-bc7e-471e-8c17-a199734532dc",
"type": 2,
"date": "05.10.2022",
"duration": 60,
"workStartAt": null,
"workEndAt": null
}
]
}
],
"hasMore": true
}