Retrieve All Line Item Groups Of A Proposal
retrieve_all_line_item_groups_of_a_proposal_companyFetch paginated line item groups from a specific proposal. Returns a JSON array with bid board details, using proposal ID, company ID, and project ID.
Instructions
Retrieve all line item groups of a proposal. Use this to fetch the full details of a specific Bid Board records by its identifier. Returns a paginated JSON array of Bid Board records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: proposal_id, company_id, bid_board_project_id. Procore API (v2.0): Preconstruction > Bid Board. Endpoint: GET /rest/v2.0/companies/{company_id}/estimating/bid_board_projects/{bid_board_project_id}/proposals/{proposal_id}/line_item_groups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | URL path parameter — unique identifier of the proposal | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| bid_board_project_id | Yes | URL path parameter — unique BidBoard project identifier | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) |