Viz Channel Branding User Guide

Version 5.0 | Published July 10, 2023 ©

GET Channel (Version 2.0)

Get the top endpoint for a single channel.

Syntax
GET /api/channels/[channel]
Request
GET /api/channels/test HTTP/1.1
Response
HTTP/1.1 200 OK
Content-Type: application/vizrt.integrationshubv2+xml; type=channel
<inthub:channel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:inthub="http://www.vizrt.com/integrationshub">
<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="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>

Disallowed Actions

This end-point does not allow POST, PUT or DELETE, and will return a 'HTTP/1.1 405 Method Not Allowed'.