Skip to main content
GET
What a vendor has committed to respond and resolve within, per priority.

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
vendor_id
string
code
string
name
string
priority_code
string
response_minutes
string
resolution_minutes
string
coverage_hours
string
includes_weekends
string
effective_from
string
effective_to
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

code
string<character varying>
Maximum string length: 60
coverage_hours
string<character varying>
Maximum string length: 30
effective_from
string<date>
effective_to
string<date>
id
string<uuid>

Note: This is a Primary Key.

includes_weekends
boolean<boolean>
name
string<character varying>
Maximum string length: 200
priority_code
string<character varying>
Maximum string length: 40
resolution_minutes
integer<integer>
response_minutes
integer<integer>
vendor_id
string<uuid>

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