Skip to main content
GET
/
api
/
Messages
/
Emails
/
{messageId}
Retrieve a single Email By Message Id.
curl --request GET \
  --url https://api.example.com/api/Messages/Emails/{messageId}
{
  "id": 123,
  "cc": "<string>",
  "subject": "<string>",
  "body": "<string>",
  "createdByID": 123,
  "fromCustomerID": 123,
  "fromName": "<string>",
  "fromEmail": "<string>",
  "jobID": 123,
  "createdDate": "2023-11-07T05:31:56Z",
  "sendAfter": "2023-11-07T05:31:56Z",
  "placementID": 123,
  "changeRequestID": 123,
  "placeholdersEntityID": 123,
  "placeholdersPlayerID": 123
}

Path Parameters

messageId
integer<int32>
required

Response

200 - application/json

OK

id
integer<int32>
cc
string | null
subject
string | null
body
string | null
createdByID
integer<int32>
fromCustomerID
integer<int32>
fromName
string | null
fromEmail
string | null
jobID
integer<int32>
createdDate
string<date-time>
sendAfter
string<date-time>
placementID
integer<int32>
changeRequestID
integer<int32>
placeholdersEntityID
integer<int32>
placeholdersPlayerID
integer<int32>