Show Prime Change Order
show_prime_change_orderRetrieve full details of a prime change order by project ID and change order ID. Use this endpoint to access change order information, with optional extended view for change events.
Instructions
Show the details of the Prime Change Order. This endpoint currently only supports projects using 1 and 2 tier change order configurations. Use this to fetch the full details of a specific Prime Contracts by its identifier. Returns a JSON object describing the requested Prime Contracts. Required parameters: project_id, id. Procore API: Construction Financials > Prime Contracts. Endpoint: GET /rest/v1.0/projects/{project_id}/prime_change_orders/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — iD of the Prime Change Order | |
| view | No | Query string parameter — 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 paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |