View Bid Form
view_bid_form_companyRetrieve a specific bid form's details from Procore Bid Management. Provide company, bid, and bid form IDs to get JSON data.
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: company_id, bid_id, bid_form_id. Procore API: Preconstruction > Bid Management. Endpoint: GET /rest/v1.0/companies/{company_id}/bid/{bid_id}/bid_forms/{bid_form_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| bid_id | Yes | URL path parameter — unique identifier of the bid | |
| 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) |