Skip to main content

Taskcreateapiv1

encodedKeystring

EncodedKey of the task to update. If no key is provided a new Task will be created.

idstring

ID of the task. The parameter cannot be empty if the parameter itself is provided.

dueDatestring<date-time>required

The due date for the task.

descriptionstring

The task description.

assignedUserKeystringrequired

The assigned user key.

statusstring

The task status.

Possible values: [OPEN, COMPLETED]

taskLinkKeystring

The key of the client/group that is linked to this task. If null, means nobody is linked to this task. The parameter cannot be empty if the parameter itself is provided.

taskLinkTypestring

The type of task link.

Possible values: [CLIENT, GROUP]

Taskcreateapiv1
{
"encodedKey": "string",
"id": "string",
"dueDate": "2024-07-29T15:51:28.071Z",
"description": "string",
"assignedUserKey": "string",
"status": "OPEN",
"taskLinkKey": "string",
"taskLinkType": "CLIENT"
}