Space Docs
API ReferenceWork Order Checklist

workOrderChecklist.addItem

Type: Mutation · Auth: Workspace-aware

Input

FieldTypeRequiredDefaultDescription
workOrderIdstring.uuidYesID of the associated work order
labelstringYesLabel
requiresPhotobooleanYesRequires photo

Example

{
  "workOrderId": "550e8400-e29b-41d4-a716-446655440000",
  "label": "example",
  "requiresPhoto": true
}

On this page