GET
/applications/{opportunityId}/quotesGet Quotes
Retrieve all quotes associated with a specific application.
Returns a list of Quote records containing pricing proposals, including settlement timelines and quote status.
Backend path: /services/data/v54.0/sobjects/Opportunity/{opportunityId}/Quotes.
Path Parameters
Required1 field
opportunityIdstringThe Salesforce ID (SFId) of the Opportunity record
Other1 field
stringResponses
200
List of quotes
List of quotes
Example response
{}
Code samples
Copy-paste ready code in your preferred language.
API call
Copy/paste friendly
curl -X GET "https://test.salesforce.com/applications/YOUR_OPPORTUNITY_ID/quotes"