v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskBundles

Gets a checklist item template.

<Check title="Required Permissions" icon="key">The user must be an admin or have task-manage-config:read permissions.</Check>

get/tasktemplates/{taskTemplateId}/checklistitemtemplates/{checklistItemTemplateId}

Path parameters

taskTemplateIdstring uuid required

The id of the task template.

checklistItemTemplateIdstring uuid required

The checklist item template id.

Headers

Authorizationstring required

Bearer authentication

Response

OK

isDoneboolean

Whether the checklist item is done.

namestring required

The name of the checklist item.

ordernumber double nullable

The order of the checklist item.

idstring uuid

The id of the checklist item.

createdOnstring date-time

The date this checklist item was created.

createdBystring uuid

The id of the user who created this checklist item.

updatedOnstring date-time

The date this checklist item was last modified.

updatedBystring uuid

The id of the user who last modified this check list.

taskTemplateIdstring uuid

The id of the task template this checklist item belongs to.