API Reference
Tenant-level or per-key API key. Per-key API keys are at least 40 characters and are verified via BCrypt. Tenant-level keys are checked against a static configuration list.
Custom title for the instanced checklists. If omitted, the checklist template's name is used. Accepts both strings and numbers (numbers are cast to string).
Shift A Morning CheckIdentifies the checklist template to instance. Accepts either a UUID string or a numeric checklist definition number.
a1b2c3d4-e5f6-7890-abcd-ef123456789042UUIDs of locations to instance. If omitted, all locations defined on the checklist template are used.
["11111111-1111-1111-1111-111111111111"]UUIDs of procedure templates to include. If omitted, all procedures from the template's ordered master list are used.
["22222222-2222-2222-2222-222222222222"]RFC3339 timestamp for the checklist's earliest start time. If omitted, defaults to the server's current time in the tenant's timezone.
2024-06-01T06:00:00+02:00RFC3339 timestamp for the checklist's auto-close time. Optional.
2024-06-01T14:00:00+02:00One or more checklists were successfully created.
Number of checklist instances created.
2UUIDs of the created checklist instances.
["aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee","ffffffff-1111-2222-3333-444444444444"]Request was valid but no checklists were created (e.g. no matching location/procedure combinations resolved from the template).
Validation error. Either the JSON could not be parsed, request parameters failed validation, the checklist template was not found, or one or more measurements could not be added.
Authentication failed.
Last updated