GET GetChannels_V2

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ZChannel
NameDescriptionTypeAdditional 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"
  },
  {
    "ChannelName": "sample string 1",
    "ChannelID": "sample string 2",
    "ChannelType": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBaseController.ZChannel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RunMags.API.Controllers">
  <BaseController.ZChannel>
    <ChannelID>sample string 2</ChannelID>
    <ChannelName>sample string 1</ChannelName>
    <ChannelType>sample string 3</ChannelType>
  </BaseController.ZChannel>
  <BaseController.ZChannel>
    <ChannelID>sample string 2</ChannelID>
    <ChannelName>sample string 1</ChannelName>
    <ChannelType>sample string 3</ChannelType>
  </BaseController.ZChannel>
</ArrayOfBaseController.ZChannel>