Viz Channel Branding User Guide
Version 5.2 | Published June 05, 2024 ©
GET Page Pool (Version 2.0)
Get all pages in the channel page pool.
Syntax
GET /api/channels/[channel]/page_poolRequest
GET /api/channels/test/page_pool HTTP/1.1Response
HTTP/1.1 200 OKContent-Type: application/vizrt.integrationshubv2+xml; type=list<inthub:list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="inthub:pagesList" xmlns:inthub="http://www.vizrt.com/integrationshub"> <inthub:page> <inthub:name>6000</inthub:name> <inthub:refLink rel="self" type="application/vizrt.integrationshubv2+xml; type=page" href="http://127.0.0.1:9991/api/channels/test/page_pool/6000" /> <inthub:refLink rel="edit" type="application/vizrt.integrationshubv2+xml; type=page" href="http://127.0.0.1:9991/api/channels/test/page_pool/6000" /> <inthub:refLink rel="pagecontent" type="application/vizrt.integrationshubv2+xml; type=pagecontent" href="http://127.0.0.1:9991/api/channels/test/page_pool/6000/pagecontent" /> <inthub:template>6000</inthub:template> <inthub:description>The Smashing Pumpkins/Bullet With Butterfly Wings</inthub:description> <inthub:defaultDuration /> <inthub:timeToLive /> </inthub:page> <inthub:page> <inthub:name>8000_clip</inthub:name> <inthub:refLink rel="self" type="application/vizrt.integrationshubv2+xml; type=page" href="http://127.0.0.1:9991/api/channels/test/page_pool/8000_clip" /> <inthub:refLink rel="edit" type="application/vizrt.integrationshubv2+xml; type=page" href="http://127.0.0.1:9991/api/channels/test/page_pool/8000_clip" /> <inthub:refLink rel="pagecontent" type="application/vizrt.integrationshubv2+xml; type=pagecontent" href="http://127.0.0.1:9991/api/channels/test/page_pool/8000_clip/pagecontent" /> <inthub:template>8000_clip</inthub:template> <inthub:description>Coming Up Next.../Maroon 5 live and unplugged</inthub:description> <inthub:defaultDuration /> <inthub:timeToLive /> </inthub:page> <inthub:page> <inthub:name>1000</inthub:name> <inthub:refLink rel="self" type="application/vizrt.integrationshubv2+xml; type=page" href="http://127.0.0.1:9991/api/channels/test/page_pool/1000" /> <inthub:refLink rel="edit" type="application/vizrt.integrationshubv2+xml; type=page" href="http://127.0.0.1:9991/api/channels/test/page_pool/1000" /> <inthub:refLink rel="pagecontent" type="application/vizrt.integrationshubv2+xml; type=pagecontent" href="http://127.0.0.1:9991/api/channels/test/page_pool/1000/pagecontent" /> <inthub:template>1000</inthub:template> <inthub:description>DEFAULT_LOGO</inthub:description> <inthub:defaultDuration /> <inthub:timeToLive>2023-12-31</inthub:timeToLive> </inthub:page></inthub:list>Disallowed Actions
This end-point does not allow PUT or DELETE, and will return a 'HTTP/1.1 405 Method Not Allowed'.