Skip to main content
GET
RFQs with invitation and response counts, and whether the response window has passed.

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
rfq_number
string
title
string
description
string
status
string
purchase_requisition_id
string
requisition_number
string
site_id
string
site_code
string
site_name
string
currency_id
string
currency_code
string
issued_at
string
responses_due_at
string
awarded_at
string
award_reason
string
cancelled_at
string
cancellation_reason
string
created_by_user_id
string
created_by
string
line_count
string
vendors_invited
string
quotes_received
string
vendors_declined
string
responses_overdue
string
row_version
string
created_at
string
updated_at
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

award_reason
string<text>
awarded_at
string<timestamp with time zone>
cancellation_reason
string<text>
cancelled_at
string<timestamp with time zone>
created_at
string<timestamp with time zone>
created_by
string<character varying>
Maximum string length: 200
created_by_user_id
string<uuid>

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

currency_code
string<character varying>
Maximum string length: 3
currency_id
string<uuid>
description
string<text>
id
string<uuid>

Note: This is a Primary Key.

issued_at
string<timestamp with time zone>
line_count
integer<bigint>
purchase_requisition_id
string<uuid>

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

quotes_received
integer<bigint>
requisition_number
string<character varying>
Maximum string length: 60
responses_due_at
string<timestamp with time zone>
responses_overdue
boolean<boolean>
rfq_number
string<character varying>
Maximum string length: 60
row_version
integer<bigint>
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
status
string<character varying>
Maximum string length: 30
title
string<character varying>
Maximum string length: 250
updated_at
string<timestamp with time zone>
vendors_declined
integer<bigint>
vendors_invited
integer<bigint>