Space Docs
API ReferenceChecklist Template

checklistTemplate.create

Type: Mutation ยท Auth: Workspace-aware

Input

FieldTypeRequiredDefaultDescription
namestringYesโ€”Name
workTypeenum(service_call, installation, inspection, preventive_maintenance, emergency, other)Yesโ€”Work type
itemsobject[]Yes[]Items

Example

{
  "name": "Example Name",
  "workType": "service_call",
  "items": []
}

On this page