Show Work Order Contract Line Item
show_work_order_contract_line_itemRetrieve full details of a specific line item in a work order contract using its unique ID and project ID.
Instructions
Return a specific Line Item in a specified Work Order Contract. 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 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_items/{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. | |
| view | No | Query string parameter — specifies which view (which attributes) of the resource is going to be present in the response. 'default' view will be rendered by default if the parameter is not provided. For the 'ssov_source_lin... | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |