Show RFQ Quote
show_rfq_quoteRetrieve full details of a specific quote in a request for quote (RFQ) using the RFQ ID, quote ID, project ID, and contract ID.
Instructions
Return detailed information about a specified Quote in a specified RFQ. Use this to fetch the full details of a specific Commitments by its identifier. Returns a JSON object describing the requested Commitments. Required parameters: rfq_id, id, project_id, contract_id. Procore API: Construction Financials > Commitments. Endpoint: GET /rest/v1.0/rfqs/{rfq_id}/quotes/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rfq_id | Yes | URL path parameter — unique identifier of the rfq | |
| id | Yes | URL path parameter — unique identifier of the Commitments resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| contract_id | Yes | Query string parameter — unique identifier of the contract | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |