Retrieve A Line Item Group By Id
retrieve_a_line_item_group_by_id_projectRetrieve complete details of a line item group within an estimating proposal by its ID. Returns a JSON object for the specified line item group.
Instructions
Retrieve a line item group by Id. Use this to fetch the full details of a specific Estimating records by its identifier. Returns a JSON object describing the requested Estimating records. Required parameters: proposal_id, line_item_group_id, company_id, project_id. Procore API (v2.0): Preconstruction > Estimating. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/proposals/{proposal_id}/line_item_groups/{line_item_group_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | URL path parameter — unique identifier of the proposal | |
| line_item_group_id | Yes | URL path parameter — unique identifier of the line item group | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| project_id | Yes | URL path parameter — unique project identifier | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |