GET api/emailcommunications/{id}/communicationcontent

Get the Content of the supplied EmailCommunication id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The primary key of the EmailCommunication record.

integer

Required

Body Parameters

None.

Response Information

Resource Description

CommunicationContentDto
NameDescriptionTypeAdditional information
Content

The communication content.

string

Required

Response Formats

application/json, text/json

Sample:
{
  "Content": "sample string 1"
}