 
 Viz Multichannel User Guide
Version 4.2 | Published July 31, 2023 ©
GET Channel Pool Playlist from a Channel
For retrieving channel pool data.
Syntax for GET
GET /restapi/[channel_name]/channel_poolExample Request
GET /restapi/Channel1/channel_pool HTTP/1.1Example Response
HTTP/1.1 200 OKContent-Type: application/vizrt.integrationshub+xml; type=playlist<playlist xmlns="http://www.vizrt.com/integrationshub">  <title>Playlist info for http://localhost:9990/restapi/Channel1/channel_pool</title>  <description>Channel Pool</description>  <name>channel_pool</name>  <ischannelpool>true</ischannelpool>  <link href="http://localhost:9990/restapi/Channel1/channel_pool" rel="self" type="application/vizrt.integrationshub+xml; type=playlist" />  <page>    <description>15:00/16:00/ /1/Jerry the dog/KZA/ /C:/vizrt/mcp-clips/Francois0000.avi/</description>    <name>69aad93a-d2dc-41fc-928b-6ce3cfe6d2f3</name>    <link href="http://localhost:9990/restapi/Channel1/channel_pool/69aad93a-d2dc-41fc-928b-6ce3cfe6d2f3" rel="self" type="application/vizrt.integrationshub+xml; type=page" />    <timecode />    <take_duration />    <page>556</page>  </page>  <group>    <description>Test</description>    <name>82b793fe-3f1a-4807-a110-3cb2610e8c12</name>    <link href="http://localhost:9990/restapi/Channel1/channel_pool/82b793fe-3f1a-4807-a110-3cb2610e8c12" rel="self" type="application/vizrt.integrationshub+xml; type=group" />    <begin_at />    <duration>600</duration>    <event_id />    <trigger_id />  </group></playlist>