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

POST

The required permissions depend on the base type of the task. If the task is a project task, either ‘write’ permissions on the ‘project-master-data’ feature are required or the user needs to be assigned. For a user’s private task, no special permissions are required.

Required Permissions: Any authenticated user.

Path parameters

taskIdstringRequired

The id of the task.

Request

This endpoint expects an object.
isDonebooleanOptional

Whether the checklist item is done.

namestringOptional

The name of the checklist item.

orderdoubleOptional

The order of the checklist item.

Response

Success

isDonebooleanOptional

Whether the checklist item is done.

namestringOptional

The name of the checklist item.

orderdoubleOptional

The order of the checklist item.

idstringOptional

The id of the checklist item.

createdOndatetimeOptional

The date this checklist item was created.

createdBystringOptional

The id of the user who created this checklist item.

updatedOndatetimeOptional

The date this checklist item was last modified.

updatedBystringOptional

The id of the user who last modified this checklist item.

taskIdstringOptional

The id of the task this checklist item belongs to.