show_commitment_change_order
Retrieve commitment change order details for construction projects, including change events and financial data, to track modifications in project commitments.
Instructions
Show Commitment Change Order. [Construction Financials/Commitments] GET /rest/v1.0/projects/{project_id}/commitment_change_orders/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID of the Commitment Change Order | |
| 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. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |