View Bid Form
view_bid_form_projectView a single bid form from a Procore project's bid package. Provide project, bid package, and bid form IDs to retrieve a JSON object with bid management details.
Instructions
View single Bid Form. Use this to read information about Bid Management records from Procore. Returns a JSON object describing the requested Bid Management records. Required parameters: project_id, bid_package_id, bid_form_id. Procore API: Preconstruction > Bid Management. Endpoint: GET /rest/v1.0/projects/{project_id}/bid_packages/{bid_package_id}/bid_forms/{bid_form_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| bid_package_id | Yes | URL path parameter — unique identifier of the bid package | |
| bid_form_id | Yes | URL path parameter — unique identifier of the bid form | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |