Index Bid Forms
index_bid_formsRetrieve a paginated list of bid forms for a specific bid package. Filter by search or view, and control pagination with page and per_page parameters.
Instructions
Fetches a list of Bid Forms for a Bid Package. Use this to enumerate Bid Management records when you need a paginated overview, to find IDs, or to filter by query parameters. 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. Procore API: Preconstruction > Bid Management. Endpoint: GET /rest/v1.0/projects/{project_id}/bid_packages/{bid_package_id}/bid_forms
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 | |
| excluded_bid_form_id | No | Query string parameter — bid Form Id to exclude | |
| view | No | Query string parameter — view that enables Use Previous Bidders functionality and provides project and bid package name | |
| search | No | Query string parameter — search for a bid form | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| sort | No | Query string parameter — direction (asc/desc) can be controlled by the presence or absence of '-' before the sort parameter. |