Path parameters
taskTemplateIdstringRequiredformat: "uuid"
The id of the task template.
Request
The checklist Item Template form.
namestring or nullOptional
The name of the checklist item.
orderdouble or nullOptional
The order of the checklist item.
Response
OK
namestring0-25000 characters
The name of the checklist item.
isDoneboolean
Whether the checklist item is done.
orderdouble or null
The order of the checklist item.
idstringformat: "uuid"
The id of the checklist item.
createdOnstringformat: "date-time"
The date this checklist item was created.
createdBystringformat: "uuid"
The id of the user who created this checklist item.
updatedOnstringformat: "date-time"
The date this checklist item was last modified.
updatedBystringformat: "uuid"
The id of the user who last modified this check list.
taskTemplateIdstringformat: "uuid"
The id of the task template this checklist item belongs to.