Get Bid Board Project Custom Fields
get_bid_board_project_custom_fieldsRetrieve custom fields for a specific Bid Board project using its identifier and company ID. Supports pagination to control results.
Instructions
Get Bid Board project custom fields. Use this to fetch the full details of a specific Bid Board records by its identifier. Returns a paginated JSON array of Bid Board records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: bid_board_project_id, company_id. Procore API (v2.0): Preconstruction > Bid Board. Endpoint: GET /rest/v2.0/companies/{company_id}/estimating/bid_board_projects/{bid_board_project_id}/custom_fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid_board_project_id | Yes | URL path parameter — unique BidBoard project identifier | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |