List Change Orders for a Proposal
GET /public/proposals//changeorders — Returns all change orders for a proposal with status, totals, currency, and customer details.
id from this list to fetch full change order details with the Get Change Order endpoint.
Authorizations
Portal application identifier used as part of HMAC-authenticated API requests.
Portal user API key used together with the HMAC signature headers.
Timestamp header included in the signed request to prevent replay attacks.
HMAC-SHA256 signature for the request, calculated over the canonical string defined in the authentication docs.
Headers
Accept Header
application/json Path Parameters
Proposal Id.
Response
Success
Unique numeric identifier of the change order
Change-order number shown to the dealer in the UI
Display name of the change order
UTC timestamp when the change order was created
UTC timestamp when the change order was last modified by the system or a user
Undefined, Draft, Submitted, ViewedByClient, Accepted, Declined, Delayed, Completed, EmailFailed, Expired Change-order total amount and currency
Contact summary model
UTC timestamp when the change order was last modified by a user action