view_bid_form_company
Retrieve bid form details from Procore to access preconstruction bid management information for a specific company, bid, and form ID.
Instructions
View Bid Form. [Preconstruction/Bid Management] GET /rest/v1.0/companies/{company_id}/bid/{bid_id}/bid_forms/{bid_form_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| bid_id | Yes | Bid ID | |
| bid_form_id | Yes | Bid Form ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |