GET api/emailcommunications/{id}/communicationcontent
Get the Content of the supplied EmailCommunication id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The primary key of the EmailCommunication record. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CommunicationContentDtoName | Description | Type | Additional information |
---|---|---|---|
Content |
The communication content. |
string |
Required |
Response Formats
application/json, text/json
Sample:
{ "Content": "sample string 1" }