Taskcreateapiv1
assignedUserKeystringrequired
The assigned user key.
descriptionstring
The task description.
dueDatestring<date-time>required
The due date for the task.
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.
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
{
"assignedUserKey": "string",
"description": "string",
"dueDate": "2024-07-29T15:51:28.071Z",
"encodedKey": "string",
"id": "string",
"status": "OPEN",
"taskLinkKey": "string",
"taskLinkType": "CLIENT"
}