id from this list to fetch full change order details with the Get Change Order endpoint.
Request
GET /public/proposals/{ProposalId}/changeorders
Headers
Must be
application/json.Your API Application Key.
Your User API Key.
Current UTC timestamp in RFC 7231 format.
HMAC-SHA256 signature, Base64-encoded.
Path Parameters
The unique ID of the proposal whose change orders you want to list.
Response
200 Success
Returns an array of change order objects. An empty array is returned if the proposal has no change orders.Unique numeric identifier of the change order.
Sequential change order number within the proposal (e.g., 1, 2, 3).
Display name of the change order.
Current status of the change order (e.g.,
Draft, Sent, Approved).Financial total information for the change order.
The total monetary value of the change order.
Currency details for the change order total.
ISO 4217 currency code (e.g.,
USD).Currency symbol (e.g.,
$).Contact information for the customer associated with the change order.
Unique identifier of the customer contact.
Party type of the contact.
Contact classification type.
Customer’s first name.
Customer’s last name.
Customer’s company name, if applicable.
Primary email address of the customer.
Customer’s phone number.
ISO 8601 timestamp of when the change order was created.
ISO 8601 timestamp of the most recent modification.
ISO 8601 timestamp of the last modification made by a user (excluding system changes).
Error Codes
| Code | Meaning |
|---|---|
| 401 | Not authorized. Invalid or missing HMAC authentication headers. |
| 402 | Active subscription required. |
| 403 | You do not have permission for this action. |