Show A Bid Within A Company
show_a_bid_within_a_companyRetrieve complete details of a specific bid using its identifier and company ID. The returned JSON includes all bid fields for review or integration.
Instructions
Return detailed information about a specified Bid. Use this to fetch the full details of a specific Bid Management records by its identifier. Returns a JSON object describing the requested Bid Management records. Required parameters: id, company_id. Procore API: Preconstruction > Bid Management. Endpoint: GET /rest/v1.0/companies/{company_id}/bids/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Bid Management resource | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |