Show Potential Change Order Line Item
show_potential_change_order_line_itemRetrieve full details of a specific potential change order line item using its ID. Includes change event line item data if accessible.
Instructions
Return a Potential Change Order Line Item. Change Event Line Item information is only returned if a line item is associated to a change event line item and user can view change events. 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: potential_change_order_id, id, project_id. Procore API: Construction Financials > Change Orders. Endpoint: GET /rest/v1.0/potential_change_orders/{potential_change_order_id}/line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| potential_change_order_id | Yes | URL path parameter — potential Change Order ID | |
| id | Yes | URL path parameter — unique identifier of the Change Orders resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |