Show Change Order Request
show_change_order_requestRetrieve full details of a specific change order request by its ID, project ID, and contract ID.
Instructions
Return detailed information about a specified Change Order Request (COR). Use this to fetch the full details of a specific Change Orders by its identifier. Returns a JSON object describing the requested Change Orders. Required parameters: id, project_id, contract_id. Procore API: Construction Financials > Change Orders. Endpoint: GET /rest/v1.0/change_order_requests/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Change Orders resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| contract_id | Yes | Query string parameter — unique identifier of the contract | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |