Skip to main content
GET
The checklist on a work order.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
work_order_id
string
sequence
string
description
string
task_type
string
instructions
string
status
string
is_mandatory
string
notes
string
skipped_reason
string
requires_measurement
string
unit_of_measure_id
string
unit_code
string
expected_min_value
string
expected_max_value
string
recorded_value
string
passed
string
ungradeable
string
fail_creates_corrective
string
failure_priority_code
string
failure_id
string
corrective_work_order_id
string
corrective_work_order_number
string
requires_photo
string
requires_signature
string
completed_by_worker_id
string
completed_by
string
completed_at
string
blocks_completion
string
row_version
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

blocks_completion
boolean<boolean>
completed_at
string<timestamp with time zone>
completed_by
string<character varying>
Maximum string length: 200
completed_by_worker_id
string<uuid>

Note: This is a Foreign Key to technician_workload.worker_id.

corrective_work_order_id
string<uuid>

Note: This is a Foreign Key to inspection_failures.found_in_work_order_id.

corrective_work_order_number
string<character varying>
Maximum string length: 60
description
string<text>
expected_max_value
number<numeric>
expected_min_value
number<numeric>
fail_creates_corrective
boolean<boolean>
failure_id
string<uuid>

Note: This is a Primary Key.

failure_priority_code
string<character varying>
Maximum string length: 40
id
string<uuid>

Note: This is a Primary Key.

instructions
string<text>
is_mandatory
boolean<boolean>
notes
string<text>
passed
boolean<boolean>
recorded_value
number<numeric>
requires_measurement
boolean<boolean>
requires_photo
boolean<boolean>
requires_signature
boolean<boolean>
row_version
integer<bigint>
sequence
integer<integer>
skipped_reason
string<character varying>
Maximum string length: 250
status
string<character varying>
Maximum string length: 20
task_type
string<character varying>
Maximum string length: 30
ungradeable
boolean<boolean>
unit_code
string<character varying>
Maximum string length: 30
unit_of_measure_id
string<uuid>

Note: This is a Foreign Key to units_of_measure.id.

work_order_id
string<uuid>

Note: This is a Foreign Key to inspection_failures.found_in_work_order_id.