Show Commitment Change Order Line Item
show_commitment_change_order_line_itemRetrieve full details of a specific line item in a commitment change order using company, project, change order, and line item IDs.
Instructions
Get a specified line item for a given commitment change order. Use this to fetch the full details of a specific Commitments by its identifier. Returns a JSON object describing the requested Commitments. Required parameters: company_id, project_id, commitment_change_order_id, id. Procore API (v2.0): Construction Financials > Commitments. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/commitment_change_orders/{commitment_change_order_id}/line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| commitment_change_order_id | Yes | URL path parameter — unique identifier for the Commitment Change Order. | |
| id | Yes | URL path parameter — unique identifier of the Commitments resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |