Skip to main content
GET
Every coverage decision for a job, with is_current marking the one in force.

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
work_order_number
string
asset_id
string
asset_number
string
contract_id
string
contract_number
string
contract_name
string
contract_type
string
vendor_name
string
contract_entitlement_id
string
entitlement_code
string
entitlement_name
string
result
string
coverage_percent
string
requires_authorized_vendor
string
reason
string
evidence
string
evaluated_for
string
evaluated_at
string
evaluated_by
string
overridden
string
override_reason
string
decided_by_user_id
string
decided_by
string
is_current
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

asset_id
string<uuid>

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

asset_number
string<character varying>
Maximum string length: 80
contract_entitlement_id
string<uuid>
contract_id
string<uuid>

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

contract_name
string<character varying>
Maximum string length: 200
contract_number
string<character varying>
Maximum string length: 60
contract_type
string<character varying>
Maximum string length: 40
coverage_percent
number<numeric>
decided_by
string<character varying>
Maximum string length: 200
decided_by_user_id
string<uuid>

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

entitlement_code
string<character varying>
Maximum string length: 60
entitlement_name
string<character varying>
Maximum string length: 200
evaluated_at
string<timestamp with time zone>
evaluated_by
string<character varying>
Maximum string length: 20
evaluated_for
string<character varying>
Maximum string length: 40
evidence
string<jsonb>
id
string<uuid>

Note: This is a Primary Key.

is_current
boolean<boolean>
overridden
boolean<boolean>
override_reason
string<text>
reason
string<text>

Note: This is a Foreign Key to vendor_directory.vendor_id.

Maximum string length: 200
requires_authorized_vendor
boolean<boolean>
result
string<character varying>
Maximum string length: 20
vendor_name
string<character varying>
Maximum string length: 200
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