show_all_commitment_change_orders
Retrieve and filter commitment change orders for construction projects in Procore. Use this tool to view, sort, and manage change order data with options for extended details and status filtering.
Instructions
Show All Commitment Change Orders. [Construction Financials/Commitments] GET /rest/v1.0/projects/{project_id}/commitment_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) |