Bid Level Across A Bid Form
bid_level_across_a_bid_formCompare all bids submitted to a bid form to analyze bid leveling data. Returns paginated JSON of bid management records.
Instructions
Compare all bids submitted to a bid form. Use this to read information about Bid Management records from Procore. Returns a paginated JSON array of Bid Management records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id, bid_package_id, bid_form_id. Procore API (v1.1): Preconstruction > Bid Management. Endpoint: GET /rest/v1.1/projects/{project_id}/bid_packages/{bid_package_id}/bid_forms/{bid_form_id}/bid_leveling
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 | |
| export_format | No | Query string parameter — export File Format | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |