 
 Viz Multichannel User Guide
Version 4.2 | Published July 31, 2023 ©
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.1Response
HTTP/1.1 200 OKContent-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/>      <name>bb2ec7e4-c94b-4eb7-8611-2972ef782dfb</name>      <link href="http://localhost:9990/restapi/test/continuous/9770f5ff-de09-4436-a54a-3d64989a3c31/bb2ec7e4-c94b-4eb7-8611-2972ef782dfb" rel="self" type="application/vizrt.integrationshub+xml; type=page"/>      <timecode>10</timecode>      <take_duration>7</take_duration>      <page>6</page>      <take_count/>   </page>   <page>      <description>Coming Up Next.../The Band live and unplugged/</description>      <name>d0b0dd15-499e-4bd3-8ffa-878b03f5303e</name>      <link href="http://localhost:9990/restapi/test/continuous/9770f5ff-de09-4436-a54a-3d64989a3c31/d0b0dd15-499e-4bd3-8ffa-878b03f5303e" rel="self" type="application/vizrt.integrationshub+xml; type=page"/>      <timecode>5</timecode>      <take_duration>10</take_duration>      <page>8000_clip</page>      <take_count/>   </page>   <page>      <description/>      <name>7e79878f-9ae7-48d6-bff3-3d1c7a545efc</name>      <link href="http://localhost:9990/restapi/test/continuous/9770f5ff-de09-4436-a54a-3d64989a3c31/7e79878f-9ae7-48d6-bff3-3d1c7a545efc" rel="self" type="application/vizrt.integrationshub+xml; type=page"/>      <timecode>3</timecode>      <take_duration>3570</take_duration>      <page/>      <take_count/>   </page></group>