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
The id of the project.
The id of the task.
The id of the checklist item.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
Whether the checklist item is done.
The name of the checklist item.
The order of the checklist item.
The id of the checklist item.
The date this checklist item was created.
The id of the user who created this checklist item.
The date this checklist item was last modified.
The id of the user who last modified this checklist item.
The id of the task this checklist item belongs to.