Skip to main content

TaskRelationDto

typestringrequired

Possible values: [parent, child, next, previous, related]

Example: parent
targetTaskIdstringrequired

CTM task ObjectId of the related task

Example: 507f1f77bcf86cd799439011
TaskRelationDto
{
"type": "parent",
"targetTaskId": "507f1f77bcf86cd799439011"
}