Does the endpoint GET /api/v1/quotes/{quoteId} get data only for active revision for other quote owners?
The test showed that endpoint GET /api/v1/quotes/{quoteId} gets data for
However, CPQ returns 403 forbidden with the message "Logged user doesn't have permission to view this quote" when we get data from non-active revision for Other Quotes.
