AlphaAlpha Docs
API ReferenceBuyerdossier

Get the communication/event timeline for a dossier

Merges communication records and entity events related to the buyer, newest first.

GET
/buyer-guidance/dossiers/{id}/timeline
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/buyer-guidance/dossiers/string/timeline"
[
  {
    "authorId": "string",
    "date": "2019-08-24T14:15:22Z",
    "description": "string",
    "relatedEntityId": "string",
    "relatedEntityType": "string",
    "title": "string",
    "type": "EMAIL"
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}