Retrieves changes related to a quote with a given ID.
Required scopes
quote.quote_read - allows employees to retrieve history of any quote
Authorizations
Path parameters
tenantstringRequired
Your Emporix tenant's name.
Note: The tenant name should always be written in lowercase.
Example: saasdev2
quoteIdstringRequired
Quote unique identifier generated when the quote is created.
Example: 084bcaf5-66b8-4ddd-9489-65c5f6449e94
Header parameters
X-Total-CountbooleanOptional
Flag indicating whether the total number of retrieved items should be returned.
Default: falseExample: true
Responses
200
The request was successful. Quote details are returned.
application/json
401
Given request is unauthorized - the authorization token is invalid or has expired. It usually means that tenant from the token does not match tenant from path.
application/json
403
Permission denied due to insufficient rights. This may happen when request does not contain sufficient scopes for given query values.
application/json
get
GET /quote/{tenant}/quotes/{quoteId}/history HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*