Skip to main content
GET
/
api
/
Messages
/
Activities
/
Emails
/
{activityId}
Retrieve a single Email By Activity Id.
curl --request GET \
  --url https://api.example.com/api/Messages/Activities/Emails/{activityId}
{
  "activityID": 123,
  "userId": 123,
  "customerId": 123,
  "body": "<string>",
  "subject": "<string>",
  "attachments": 123,
  "messageDate": "2023-11-07T05:31:56Z",
  "createdDate": "2023-11-07T05:31:56Z",
  "to": "<string>",
  "cc": "<string>",
  "bcc": "<string>",
  "from": "<string>",
  "deleted": true,
  "isEncrypted": true
}

Path Parameters

activityId
integer<int32>
required

Response

200 - application/json

OK

activityID
integer<int32>
userId
integer<int32>
customerId
integer<int32>
body
string | null
subject
string | null
attachments
integer<int32>
messageDate
string<date-time>
createdDate
string<date-time>
to
string | null
cc
string | null
bcc
string | null
from
string | null
deleted
boolean
isEncrypted
boolean