v1
latestOpenAPI 3.0.32026-07-24614422630.2 KBGet a List of Quotes
Retrieves a list of quotes, with options for filtering and pagination.
Use the external_opportunity_id query parameter to retrieve only the quotes linked to a specific opportunity in your CRM.
The level of detail returned for each quote is controlled by the feature query parameter.
Use the offset and limit parameters to page through large sets of quotes. The default limit is 50 quotes per request.
If no quotes match the specified criteria, the API will return a 200 OK status with an empty quotes array.
📘 Date Formats
All date values in the response are returned in yyyy-mm-dd hh:mm:ss format.
Query parameters
Filter quotes associated with a specific CRM opportunity ID.
Specify which parts of the quote data to retrieve for each quote in the list. This parameter can be used multiple times. Valid options are:
- info
- summary
- deal_room_info
- line_items
- answers
- approvals
- all
The number of quotes to skip for pagination.
The maximum number of quotes to return.
Response
Success. Returns a paginated list of quotes.