Skip to main content
GET
Get a Bid

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials. The access token from POST /oauth/token is sent as a bearer token. Request only the scopes you need.

zivio-tenant-id
string
header
required

Your Zivio organisation identifier. The regional API endpoints serve every Zivio organisation, so each request must identify yours.

Path Parameters

id
integer
required

Bid ID

Response

Bid details

id
integer
rate
object
fee
string
proposal
string
supplier
object | null
user
object | null
version
integer
status
enum<string>
Available options:
draft,
submitted,
superseded,
withdrawn
Example:

"draft"

managed_bid
boolean
Example:

true

bafo
boolean
Example:

true

submitted_at
string
read_at
string
shortlisted_at
string
selected_at
string
hours
integer
eliminated
boolean
Example:

true

hired
boolean
Example:

true

total_score
string
quality_score
string
cost_score_auto
string
cost_score_override
string
source
string
custom_fields
object

Key-value pairs of custom field data

created_at
string
updated_at
string
project
object | null
bid_milestones
object[]
line_item_proposals
object[]