Skip to content

Task Create

POST
/v1/Tasks

Create a new Task

Request Body

application/json
object
Format"int32"
Min Length1
Valid values"NotStarted""Completed""Blocked"
Format"date-time"
Format"date-time"
Format"int32"
Format"int32"

Responses

OK

application/json
JSON
{
"id": 0,
"parentId": 0,
"lastModified": "string",
"responsibleUser": "string",
"externalId": "string",
"boardId": 0,
"title": "string",
"description": "string",
"status": "string",
"responsibleUserId": "string",
"dueDate": "string",
"startDate": "string",
"rowCategoryId": 0,
"columnCategoryId": 0,
"tags": [
"string"
]
}