Skip to main content
GET
Get a Variation Order

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

Variation Order ID

Response

Variation Order details

id
integer
version_number
integer
status
enum<string>
Available options:
draft,
pending,
accepted,
declined,
withdrawn,
expired,
generating,
signature_error,
sending,
rejected,
cancelled,
submitted,
supplier_draft,
supplier_proposed,
supplier_rejected
Example:

"draft"

rate
object
original_rate
object
additional_terms
string
created_by
object | null
supplier_contract_template
string
client_contract_template
string
skip_acceptance
boolean
Example:

true

submitted_at
string
sent_at
string
start_date
string
due_on
string
expires_at
string
accepted_at
string
approved_at
string
approved_by
object | null
approver_declined_reason
string
declined_at
string
declined_reason
string
reject_reason
string
milestone_variations
object[]
custom_fields
object

Key-value pairs of custom field data

created_at
string
updated_at
string
project
object | null
project_line_item_variations
object[]