Show Line Item Type
show_line_item_typeRetrieve detailed information for a specified line item type. Requires company ID and line item type ID. Returns a JSON object with full details.
Instructions
Return detailed information for a specified Line Item Type. Use this to fetch the full details of a specific Commitments by its identifier. Returns a JSON object describing the requested Commitments. Required parameters: id, company_id. Procore API: Construction Financials > Commitments. Endpoint: GET /rest/v1.0/line_item_types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Commitments resource | |
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |