Skip to main content
GET
The checklist a generated work order inherits, in 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
maintenance_plan_id
string
sequence
string
description
string
task_type
string
instructions
string
estimated_minutes
string
is_mandatory
string
requires_measurement
string
unit_of_measure_id
string
unit_of_measure
string
expected_min_value
string
expected_max_value
string
fail_creates_corrective
string
failure_priority_code
string
requires_photo
string
requires_signature
string
skill_id
string
skill
string
row_version
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

description
string<text>
estimated_minutes
integer<integer>
expected_max_value
number<numeric>
expected_min_value
number<numeric>
fail_creates_corrective
boolean<boolean>
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>
maintenance_plan_id
string<uuid>

Note: This is a Foreign Key to maintenance_due.maintenance_plan_id.

requires_measurement
boolean<boolean>
requires_photo
boolean<boolean>
requires_signature
boolean<boolean>
row_version
integer<bigint>
sequence
integer<integer>
skill
string<character varying>
Maximum string length: 60
skill_id
string<uuid>

Note: This is a Foreign Key to skill_coverage.skill_id.

task_type
string<character varying>
Maximum string length: 30
unit_of_measure
string<character varying>
Maximum string length: 30
unit_of_measure_id
string<uuid>

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