tasks
post/tasks.task.list
Request body
Example request
{
"select": [
"id",
"title",
"description",
"creatorId",
"created",
"responsibleId",
"deadline",
"needsControl",
"startPlan",
"endPlan",
"fileIds",
"checklist",
"groupId",
"stageId",
"epicId",
"storyPoints",
"flowId",
"priority",
"status",
"statusChanged",
"parentId",
"containsChecklist",
"containsSubTasks",
"containsRelatedTasks",
"containsGanttLinks",
"containsPlacements",
"containsResults",
"numberOfReminders",
"chatId",
"plannedDuration",
"actualDuration",
"durationType",
"started",
"estimatedTime",
"replicate",
"changed",
"changedById",
"statusChangedById",
"closedById",
"closed",
"activity",
"guid",
"xmlId",
"exchangeId",
"exchangeModified",
"outlookVersion",
"mark",
"allowsChangeDeadline",
"allowsTimeTracking",
"matchesWorkTime",
"addInReport",
"isMultitask",
"siteId",
"forkedByTemplateId",
"deadlineCount",
"declineReason",
"forumTopicId",
"link",
"rights",
"archiveLink",
"crmItemIds",
"crmItems",
"reminders",
"elapsedTime",
"requireResult",
"matchesSubTasksTime",
"autocompleteSubTasks",
"allowsChangeDatePlan",
"emailId",
"maxDeadlineChangeDate",
"maxDeadlineChanges",
"requireDeadlineChangeReason",
"inFavorite",
"inPin",
"inGroupPin",
"inMute",
"source",
"dependsOn",
"scenarios"
],
"filter": [
[
"id",
">=",
1
],
[
"id",
1
],
[
"id",
"in",
[
1,
2,
3
]
]
],
"order": {
"id": "ASC",
"title": "ASC",
"creatorId": "ASC",
"created": "ASC",
"responsibleId": "ASC",
"deadline": "ASC",
"startPlan": "ASC",
"endPlan": "ASC",
"groupId": "ASC",
"priority": "ASC",
"status": "ASC",
"started": "ASC",
"estimatedTime": "ASC",
"changed": "ASC",
"closed": "ASC",
"activity": "ASC",
"mark": "ASC",
"allowsChangeDeadline": "ASC",
"allowsTimeTracking": "ASC"
},
"pagination": {
"page": 2,
"limit": 20
}
}Response
Success response