Skip to main content
GET
Corrective and preventive actions, with whether each was done, checked, and found to work.

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
reference
string
rca_investigation_id
string
investigation_reference
string
asset_id
string
asset_number
string
rca_finding_id
string
action_kind
string
description
string
owner_user_id
string
owner_name
string
due_at
string
status
string
work_order_id
string
work_order_number
string
maintenance_plan_id
string
completed_at
string
verified_at
string
verified_by_user_id
string
verification_notes
string
effectiveness_due_at
string
effectiveness_reviewed_at
string
was_effective
string
effectiveness_notes
string
standing
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

action_kind
string<character varying>
Maximum string length: 20
asset_id
string<uuid>

Note: This is a Foreign Key to asset_contracts.asset_id.

asset_number
string<character varying>
Maximum string length: 80
completed_at
string<timestamp with time zone>
description
string<text>
due_at
string<timestamp with time zone>
effectiveness_due_at
string<timestamp with time zone>
effectiveness_notes
string<text>
effectiveness_reviewed_at
string<timestamp with time zone>
id
string<uuid>

Note: This is a Primary Key.

investigation_reference
string<character varying>
Maximum string length: 40
maintenance_plan_id
string<uuid>

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

owner_name
string<character varying>
Maximum string length: 200
owner_user_id
string<uuid>

Note: This is a Foreign Key to my_profile.user_id.

rca_finding_id
string<uuid>
rca_investigation_id
string<uuid>

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

reference
string<character varying>
Maximum string length: 40
standing
string<text>
status
string<character varying>
Maximum string length: 20
verification_notes
string<text>
verified_at
string<timestamp with time zone>
verified_by_user_id
string<uuid>

Note: This is a Foreign Key to my_profile.user_id.

was_effective
boolean<boolean>
work_order_id
string<uuid>

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

work_order_number
string<character varying>
Maximum string length: 60