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