Viz Channel Branding User Guide
Version 5.2 | Published June 05, 2024 ©
GET a Channel (Version 2.0)
Get the top endpoint for a single channel.
Syntax
GET /api/channels/[channel]Request
GET /api/channels/test HTTP/1.1Response
HTTP/1.1 200 OKContent-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="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> Disallowed Actions
This end-point does not allow POST, PUT or DELETE, and will return a 'HTTP/1.1 405 Method Not Allowed'.