show_prime_change_order
Retrieve Prime Change Order details from Procore to view contract modifications, change events, and financial updates for construction projects.
Instructions
Show Prime Change Order. [Construction Financials/Prime Contracts] GET /rest/v1.0/projects/{project_id}/prime_change_orders/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID of the Prime 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) |