Skip to main content
GET
Which of your sites a vendor covers, and what they have committed to each.

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
site_id
string
site_code
string
site_name
string
is_preferred
string
response_time_minutes
string
travel_charge_applies
string
notes
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

id
string<uuid>

Note: This is a Primary Key.

is_preferred
boolean<boolean>
notes
string<text>
response_time_minutes
integer<integer>
site_code
string<character varying>
Maximum string length: 50
site_id
string<uuid>

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

site_name
string<character varying>
Maximum string length: 200
travel_charge_applies
boolean<boolean>
vendor_id
string<uuid>

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