Returns the checklist item template for a task template with the specified id.
To access the task template, ‘read’ permissions on the ‘project-planning-data’ feature or on the ‘project-manage-config’ feature are required.
Required Permissions
The user must be an admin or havetask-manage-config:read
permissions.Path parameters
The id of the task template.
The id of the checklist item template.
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 check list.
The id of the task template this checklist item belongs to.