Show Work Order Contract Detail Line Item
show_work_order_contract_detail_line_itemRetrieve detailed information for a specific line item in a work order contract. Requires work order contract ID, line item ID, and project ID.
Instructions
Return a Detail Line Item in a specific Work Order Contract. Use this to fetch the full details of a specific Commitments by its identifier. Returns a JSON object describing the requested Commitments. Required parameters: work_order_contract_id, id, project_id. Procore API: Construction Financials > Commitments. Endpoint: GET /rest/v1.0/work_order_contracts/{work_order_contract_id}/line_item_contract_details/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work_order_contract_id | Yes | URL path parameter — work Order Contract ID | |
| id | Yes | URL path parameter — unique identifier of the Commitments 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) |