API ReferenceWork Order Checklist
workOrderChecklist.reorderItems
Type: Mutation ยท Auth: Workspace-aware
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| workOrderId | string.uuid | Yes | โ | ID of the associated work order |
| orderedIds | string[] | Yes | โ | Ordered ids |
Example
{
"workOrderId": "550e8400-e29b-41d4-a716-446655440000",
"orderedIds": []
}