view_bid_form_project
Retrieve bid form details for a specific project, bid package, and bid form in Procore to manage preconstruction bidding processes.
Instructions
View Bid Form. [Preconstruction/Bid Management] 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 | Unique identifier for the project. | |
| bid_package_id | Yes | Bid Package ID | |
| bid_form_id | Yes | Bid Form ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |