Viz Channel Branding User Guide
Version 5.2 | Published June 05, 2024 ©
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/channels
Request
GET /api/channels HTTP/1.1
Response
HTTP/1.1 200 OK
Content-Type: application/vizrt.integrationshubv2+xml; type=list
<
inthub
:list
xmlns:xsi
=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:type
=
"inthub:channelsList"
xmlns:inthub
=
"http://www.vizrt.com/integrationshub"
>
<
inthub
:channel>
<
inthub
:name>test</
inthub
:name>
<
inthub
:refLink
rel
=
"self"
type
=
"application/vizrt.integrationshubv2+xml; type=channel"
href
=
"http://127.0.0.1:9991/api/channels/test"
/>
<
inthub
:refLink
rel
=
"playlists"
type
=
"application/vizrt.integrationshubv2+xml; type=list"
href
=
"http://127.0.0.1:9991/api/channels/test/playlists"
/>
<
inthub
:refLink
rel
=
"templates"
type
=
"application/vizrt.integrationshubv2+xml; type=list"
href
=
"http://127.0.0.1:9991/api/channels/test/templates"
/>
<
inthub
:refLink
rel
=
"channel_pool"
type
=
"application/vizrt.integrationshubv2+xml; type=channelpool"
href
=
"http://127.0.0.1:9991/api/channels/test/channel_pool"
/>
<
inthub
:refLink
rel
=
"page_pool"
type
=
"application/vizrt.integrationshubv2+xml; type=list"
href
=
"http://127.0.0.1:9991/api/channels/test/page_pool"
/>
<
inthub
:refLink
rel
=
"action_pool"
type
=
"application/vizrt.integrationshubv2+xml; type=list"
href
=
"http://127.0.0.1:9991/api/channels/test/action_pool"
/>
<
inthub
:refLink
rel
=
"settings"
type
=
"application/vizrt.integrationshubv2+xml; type=list"
href
=
"http://127.0.0.1:9991/api/channels/test/settings"
/>
</
inthub
:channel>
<
inthub
:channel>
<
inthub
:name>otherchannel</
inthub
:name>
<
inthub
:refLink
rel
=
"self"
type
=
"application/vizrt.integrationshubv2+xml; type=channel"
href
=
"http://127.0.0.1:9991/api/channels/otherchannel"
/>
<
inthub
:refLink
rel
=
"playlists"
type
=
"application/vizrt.integrationshubv2+xml; type=list"
href
=
"http://127.0.0.1:9991/api/channels/otherchannel/playlists"
/>
<
inthub
:refLink
rel
=
"templates"
type
=
"application/vizrt.integrationshubv2+xml; type=list"
href
=
"http://127.0.0.1:9991/api/channels/otherchannel/templates"
/>
<
inthub
:refLink
rel
=
"channel_pool"
type
=
"application/vizrt.integrationshubv2+xml; type=channelpool"
href
=
"http://127.0.0.1:9991/api/channels/otherchannel/channel_pool"
/>
<
inthub
:refLink
rel
=
"page_pool"
type
=
"application/vizrt.integrationshubv2+xml; type=list"
href
=
"http://127.0.0.1:9991/api/channels/otherchannel/page_pool"
/>
<
inthub
:refLink
rel
=
"action_pool"
type
=
"application/vizrt.integrationshubv2+xml; type=list"
href
=
"http://127.0.0.1:9991/api/channels/otherchannel/action_pool"
/>
<
inthub
:refLink
rel
=
"settings"
type
=
"application/vizrt.integrationshubv2+xml; type=list"
href
=
"http://127.0.0.1:9991/api/channels/otherchannel/settings"
/>
</
inthub
:channel>
</
inthub
:list>
Disallowed Actions
This end-point does not allow POST, PUT or DELETE, and will return a 'HTTP/1.1 405 Method Not Allowed'.