GET GetNewsletter_V2?Newsletter_ID={Newsletter_ID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Newsletter_ID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ZChannelName | Description | Type | Additional information |
---|---|---|---|
ChannelName | string |
None. |
|
ChannelID | string |
None. |
|
ChannelType | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ChannelName": "sample string 1", "ChannelID": "sample string 2", "ChannelType": "sample string 3" }
application/xml, text/xml
Sample:
<BaseController.ZChannel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RunMags.API.Controllers"> <ChannelID>sample string 2</ChannelID> <ChannelName>sample string 1</ChannelName> <ChannelType>sample string 3</ChannelType> </BaseController.ZChannel>