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

GET

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

projectIdstringRequired
The id of the project.
taskIdstringRequired
The id of the task.

Response

This endpoint returns a list of objects
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.