Viz Multichannel
Version 4.2 | Published July 31, 2020 ©
GET Channel (Version 2.0)
Get the top endpoint for a single channel.
Syntax
GET /api/channels/test
Request
GET /api/channels/test HTTP/
1.1
Response
HTTP/
1.1
200
OK
Content-Type: application/atomsvc+xml
<atom:entry 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"
>
<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>
Disallowed Actions
This end-point does not allow POST, PUT or DELETE, and will return a 'HTTP/1.1 405 Method Not Allowed'.