v12

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0118044135.0 KB
tasks

post/tasks.task.get

Request body

idinteger required
selectstring[]

Example request

{
  "id": 1,
  "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"
  ]
}

Response

Success response