Returns the checklist items for a project task with the specified id.
<Check><b>Required Permissions</b>: 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.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
projectId
The id of the project.
taskId
The id of the task.
Response
OK
name
The name of the checklist item.
isDone
Whether the checklist item is done.
order
The order of the checklist item.
id
The id of the checklist item.
createdOn
The date this checklist item was created.
createdBy
The id of the user who created this checklist item.
updatedOn
The date this checklist item was last modified.
updatedBy
The id of the user who last modified this checklist item.
taskId
The id of the task this checklist item belongs to.