Show Potential Change Orders
show_potential_change_ordersFetch full details of a Potential Change Order by its ID, project ID, and contract ID. Returns a JSON object with all change order information.
Instructions
Return detailed information about a Potential Change Order (PCO). 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/potential_change_orders/{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) |