Viz Multichannel

Version 4.0 | Published January 23, 2019 ©

GET Group from a Playlist

To obtain a group and associated pages of a group in a playlist for a given channel use the following command.

Syntax

GET /restapi/[channel_name]/[playlist_name]/[group_name]

Request

GET /restapi/Channel1/continuous/1958a5d9-87bb-42f0-a208-5ea7968c7649 HTTP/1.1

Response

HTTP/1.1 200 OK
Content-Type: application/vizrt.integrationshub+xml; type=group
<group xmlns="http://www.vizrt.com/integrationshub">
<title>Group info for http://localhost:9990/restapi/Channel1/continuous/1958a5d9-87bb-42f0-a208-5ea7968c7649</title>
<description>Schedule1</description>
<name>1958a5d9-87bb-42f0-a208-5ea7968c7649</name>
<link href="http://localhost:9990/restapi/Channel1/continuous/1958a5d9-87bb-42f0-a208-5ea7968c7649" rel="self" type="application/vizrt.integrationshub+xml;type=group" />
<begin_at>2017-08-28T10:00:00.000Z</begin_at>
<duration>5289.12</duration>
<event_id />
<trigger_id />
<take_count />
<attributes>
<attribute name="adjust_begin_at_after_resume">
<value>yes</value>
</attribute>
<attribute name="begin_at">
<value>2017-08-28T10:00:00.000Z</value>
</attribute>
<attribute name="description">
<value>Schedule1</value>
</attribute>
<attribute name="duration">
<value>5289.12</value>
</attribute>
<attribute name="house_id">
<value>QZJBJEQXMVERLAET</value>
</attribute>
<attribute name="instance">
<value>composite_Channel1</value>
</attribute>
<attribute name="presentation">
<value>composite</value>
</attribute>
<attribute name="name">
<value>1958a5d9-87bb-42f0-a208-5ea7968c7649</value>
</attribute>
</attributes>
<page>
<description>Good words need great graphics/A bad graphic is worse than no graphic/Size DOES matters! Superb HD graphics from Vizrt/Your analogue station just entered a new era - history/No Viz. No Fizz/It...s TV. You must VIZualize it/Mood music for the eyes. Vizrt/No story is complete without a Viz graphic</description>
<name>page1</name>
<link href="http://localhost:9990/restapi/Channel1/continuous/1958a5d9-87bb-42f0-a208-5ea7968c7649/page1" rel="self" type="application/vizrt.integrationshub+xml;type=page" />
<timecode>00:00:10:00</timecode>
<take_duration>30</take_duration>
<page>BUG</page>
</page>
<page>
<description>Good words need great graphics/A bad graphic is worse than no graphic/Size DOES matters! Superb HD graphics from Vizrt/Your analogue station just entered a new era - history/No Viz. No Fizz/It...s TV. You must VIZualize it/Mood music for the eyes. Vizrt/No story is complete without a Viz graphic</description>
<name>page2</name>
<link href="http://localhost:9990/restapi/Channel1/continuous/1958a5d9-87bb-42f0-a208-5ea7968c7649/page2" rel="self" type="application/vizrt.integrationshub+xml;type=page" />
<timecode>00:00:40:00</timecode>
<take_duration>30</take_duration>
<page>LOWER3RD</page>
</page>
</group>