AlphaAlpha Docs
API ReferenceCommunications

Get all communications for a CRM entity

GET
/communications/by-entity
AuthorizationBearer <token>

In: header

Query Parameters

entityType*string
entityId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/communications/by-entity?entityType=string&entityId=string"
[
  {
    "bodyHtml": "string",
    "bodyText": "string",
    "cc": [
      "string"
    ],
    "conversationId": "string",
    "date": "2019-08-24T14:15:22Z",
    "direction": "ASC",
    "fromEmail": "string",
    "fromName": "string",
    "id": "string",
    "opened": true,
    "recipients": [
      "string"
    ],
    "status": "string",
    "subject": "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"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}