Using the deal guid in the request path, the method requests a deal's history. History is a list of log entries.
GET
/deals/{dealId}/history
curl \
--request GET 'http://api.example.com/deals/{dealId}/history' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
{
"code": 42,
"message": "string",
"details": [
"string"
]
}