Returns a checklist item for a project task with the specified id.

To retrieve the checklist item of a project task either ‘read’ permissions on the ‘project-planning-data’ feature are required or the user needs to be assigned.

Required Permissions
Any authenticated user.

Path parameters

projectIdUUIDRequired

The id of the project.

taskIdUUIDRequired

The id of the task.

checklistItemIdUUIDRequired

The id of the checklist item.

Headers

AuthorizationstringRequired

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

Response

OK

isDonebooleanOptional

Whether the checklist item is done.

namestring or nullOptional

The name of the checklist item.

orderdouble or nullOptional

The order of the checklist item.

idUUIDOptional

The id of the checklist item.

createdOndatetimeOptional

The date this checklist item was created.

createdByUUIDOptional

The id of the user who created this checklist item.

updatedOndatetimeOptional

The date this checklist item was last modified.

updatedByUUIDOptional

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

taskIdUUIDOptional

The id of the task this checklist item belongs to.