Viz Multichannel
Version 4.1 | Published May 27, 2019 ©
GET Playlist in Channel (Version 2.0)
By following the downlink from the collection of playlists under a channel we can retrieve a single named playlist.
Syntax
GET /api/channels/test/playlists/continuous
Request
GET /api/channels/test/playlists/continuous 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>continuous</inthub:name>
<atom:id>continuous</atom:id>
<atom:link rel=
"self"
type=
"application/atom+xml; type=entry"
href=
"http://127.0.0.1:9991/api/channels/test/playlists/continuous"
/>
<atom:link rel=
"edit"
type=
"application/atom+xml; type=entry"
href=
"http://127.0.0.1:9991/api/channels/test/playlists/continuous"
/>
<atom:link rel=
"refresh"
type=
"application/atom+xml; type=entry"
href=
"http://127.0.0.1:9991/api/channels/test/playlists/continuous/refresh"
/>
<atom:link rel=
"primaryevents"
type=
"application/atom+xml; type=feed"
href=
"http://127.0.0.1:9991/api/channels/test/playlists/continuous/primaryevents"
/>
<atom:link rel=
"state"
type=
"application/atom+xml; type=feed"
href=
"http://127.0.0.1:9991/api/channels/test/playlists/continuous/state"
/>
<atom:meta_data />
<inthub:description>Continuous Playlist</inthub:description>
<inthub:broadcastDate>continuous</inthub:broadcastDate>
<inthub:import_file>D:\Schedules\20100923_demo.txt</inthub:import_file>
</atom:entry>