show_all_prime_change_orders
Retrieve and filter prime change orders for a construction project to track financial modifications, contract adjustments, and approval statuses.
Instructions
Show All Prime Change Orders. [Construction Financials/Prime Contracts] GET /rest/v1.0/projects/{project_id}/prime_change_orders
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| view | No | Specifies Which view (which attributes) of the resource is going to be present in the response. the extended view includes change events data, while the default view does not. | |
| sort | No | Direction (asc/desc) can be controlled by the presence or absence of '-' before the sort parameter. | |
| filters__id | No | Filter results by Change Order ID | |
| filters__batch_id | No | Filter results by Change Order Batch ID | |
| filters__legacy_package_id | No | Filter results by legacy Change Order Package ID | |
| filters__contract_id | No | Filter results by Contract ID | |
| filters__vendor_id | No | Filter results by Contract Vendor ID | |
| filters__signature_required | No | Filter results by signature_required | |
| filters__executed | No | Filter results by executed | |
| filters__status | No | Filter results by status | |
| filters__updated_at | No | Return item(s) within a specific updated at iso8601 datetime range | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |