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.
<Check title="Required Permissions">The user must be an admin or have `task-manage-config:read` permissions.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
taskTemplateId
The id of the task template.
checklistItemTemplateId
The id of the checklist item template.
Response
OK
isDone
Whether the checklist item is done.
name
The name of the checklist item.
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 check list.
taskTemplateId
The id of the task template this checklist item belongs to.