API ReferenceWork Order Checklist
workOrderChecklist.completeItem
Type: Mutation · Auth: Workspace-aware
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| itemId | string.uuid | Yes | — | ID of the associated item |
| photoArtifactIds | string[] | Yes | [] | Photo artifact ids |
Example
{
"itemId": "550e8400-e29b-41d4-a716-446655440000",
"photoArtifactIds": []
}