get https://api.dealhub.io/api/v2/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.