Show Change Order Package
show_change_order_packageRetrieve full details of a change order package using its identifier and project ID. Returns a JSON object with the requested change order package.
Instructions
Show Change Order Package. 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. Procore API: Construction Financials > Change Orders. Endpoint: GET /rest/v1.0/change_order_packages/{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 | No | 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) |