Creates a checklist item for a task with the specified id.

<Check title="Required Permissions" icon="key">The required permissions depend on the base type of the task. If the task is a project task, the user must have either `project-master-data:write` permissions or be assigned to the task. For a user's private task, no special permissions are required.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

taskIdstringRequiredformat: "uuid"
The id of the task.

Request

The checklist item form.
namestringRequired0-25000 characters
The name of the checklist item.
isDonebooleanOptional
Whether the checklist item is done.
orderdouble or nullOptional
The order of the checklist item.

Response

OK
namestring0-25000 characters
The name of the checklist item.
isDonebooleanOptional
Whether the checklist item is done.
orderdouble or nullOptional
The order of the checklist item.
idstringOptionalformat: "uuid"
The id of the checklist item.
createdOnstringOptionalformat: "date-time"
The date this checklist item was created.
createdBystringOptionalformat: "uuid"
The id of the user who created this checklist item.
updatedOnstringOptionalformat: "date-time"
The date this checklist item was last modified.
updatedBystringOptionalformat: "uuid"
The id of the user who last modified this checklist item.
taskIdstringOptionalformat: "uuid"
The id of the task this checklist item belongs to.

Errors

401
Unauthorized Error
404
Not Found Error