Skip to main content
GET
The questions an inspection asks, with the answers recorded so far.

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
inspection_id
string
sequence
string
section
string
prompt
string
response_type
string
is_mandatory
string
is_critical
string
weight
string
unit_of_measure
string
expected_min_value
string
expected_max_value
string
value_numeric
string
value_text
string
value_boolean
string
value_choices
string
outcome
string
is_failed
string
is_out_of_range
string
note
string
answered_at
string
answered_by_worker_id
string
options
string
guidance
string
requires_photo
string
requires_note_on_fail
string
evidence
string
row_version
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

answered_at
string<timestamp with time zone>
answered_by_worker_id
string<uuid>

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

evidence
integer<bigint>
expected_max_value
number<numeric>
expected_min_value
number<numeric>
guidance
string<text>
id
string<uuid>

Note: This is a Primary Key.

inspection_id
string<uuid>

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

is_critical
boolean<boolean>
is_failed
boolean<boolean>
is_mandatory
boolean<boolean>
is_out_of_range
boolean<boolean>
note
string<text>
options
string<jsonb>
outcome
string<character varying>
Maximum string length: 20
prompt
string<text>
requires_note_on_fail
boolean<boolean>
requires_photo
boolean<boolean>
response_type
string<character varying>
Maximum string length: 30
row_version
integer<bigint>
section
string<character varying>
Maximum string length: 150
sequence
integer<integer>
unit_of_measure
string<character varying>
Maximum string length: 30
value_boolean
boolean<boolean>
value_choices
string<jsonb>
value_numeric
number<numeric>
value_text
string<text>
weight
number<numeric>