Viz Multichannel
Version 4.1 | Published May 27, 2019 ©
GET ALL Channels (Version 2.0)
Get the full collection of channels represented via this instance of the Integrations Hub, as referred by the API Root reply
Syntax
GET /api/channelsRequest
GET /api/channels HTTP/1.1Response
HTTP/1.1 200 OKContent-Type: application/atomsvc+xml<atom:feed xmlns:vaext="http://www.vizrt.com/atom-ext" xmlns:vizid="http://www.vizrt.com/opensearch/vizid" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:inthub="http://www.vizrt.com/integrationshub" xmlns="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom"> <atom:entry> <inthub:name>test</inthub:name> <atom:id>test</atom:id> <atom:link rel="self" type="application/atom+xml;type=entry" href="http://127.0.0.1:9991/api/channels/test"/> <atom:link rel="playlists" type="application/atom+xml;type=feed" href="http://127.0.0.1:9991/api/channels/test/playlists"/> <atom:link rel="settings" type="application/atom+xml;type=feed" href="http://127.0.0.1:9991/api/channels/test/settings"/> <atom:link rel="page_pool" type="application/atom+xml;type=feed" href="http://127.0.0.1:9991/api/channels/test/page_pool"/> <atom:link rel="state" type="application/atom+xml;type=feed" href="http://127.0.0.1:9991/api/channels/test/state"/> </atom:entry> <atom:entry> <inthub:name>otherchannel</inthub:name> <atom:id>otherchannel</atom:id> <atom:link rel="self" type="application/atom+xml;type=entry" href="http://127.0.0.1:9991/api/channels/otherchannel"/> <atom:link rel="playlists" type="application/atom+xml;type=feed" href="http://127.0.0.1:9991/api/channels/otherchannel/playlists"/> <atom:link rel="settings" type="application/atom+xml;type=feed" href="http://127.0.0.1:9991/api/channels/otherchannel/settings"/> <atom:link rel="page_pool" type="application/atom+xml;type=feed" href="http://127.0.0.1:9991/api/channels/otherchannel/page_pool"/> <atom:link rel="state" type="application/atom+xml;type=feed" href="http://127.0.0.1:9991/api/channels/otherchannel/state"/> </atom:entry></atom:feed>