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

To retrieve the checklist items 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.

Headers

AuthorizationstringRequired

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

Response

OK
isDoneboolean or null
Whether the checklist item is done.
namestring or null
The name of the checklist item.
orderdouble or null
The order of the checklist item.
idUUID or null
The id of the checklist item.
createdOndatetime or null
The date this checklist item was created.
createdByUUID or null
The id of the user who created this checklist item.
updatedOndatetime or null
The date this checklist item was last modified.
updatedByUUID or null
The id of the user who last modified this checklist item.
taskIdUUID or null
The id of the task this checklist item belongs to.