Channellist read

Use this call to get the list of active channels.

Header information

Endpoint /channellist
Method GET
Base node channellist
XSD channellist_read.xsd

 

Request payload

No payload needed for request.

Response payload

Field Obligatory Type Description
Count yes integer Number of channels returned
Channels yes collection of channel  


XSD: https://submit.effectconnect.com/xsd/channellist_read_response

Request example
<?xml version="1.0"?> <channellist/>
Response payload
<?xml version="1.0"?> <ApiResponseContainer> <Request> <RequestType>ChannelList</RequestType> <RequestAction>Read</RequestAction> <RequestVersion>2.0</RequestVersion> <RequestIdentifier/> <ProcessedAt>2020-02-03T15:35:51+01:00</ProcessedAt> </Request> <Response> <Result>Success</Result> <ChannelListReadResponseContainer> <Count>2</Count> <Channels> <Channel> <title> <![CDATA[Bol TESTKANAAL]]> </title> <language> <![CDATA[nl]]> </language> <subtype> <![CDATA[nl]]> </subtype> <type> <![CDATA[bol]]> </type> <id> <![CDATA[3070]]> </id> </Channel> <Channel> <title> <![CDATA[Real TESTKANAAL]]> </title> <language> <![CDATA[nl]]> </language> <subtype/> <type> <![CDATA[real]]> </type> <id> <![CDATA[3119]]> </id> </Channel> </Channels> </ChannelListReadResponseContainer> </Response> </ApiResponseContainer>