Retrieve A Project Proposal By Id
retrieve_a_project_proposal_by_id_company_v2_0Retrieve the full details of a specific Bid Board proposal by providing the proposal ID, company ID, and bid board project ID. Returns a JSON object with proposal data.
Instructions
Retrieve a project proposal by Id. Use this to fetch the full details of a specific Bid Board records by its identifier. Returns a JSON object describing the requested Bid Board records. 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}
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 | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |