Viz Multichannel User Guide
Version 4.2 | Published July 31, 2023 ©
GET Page Pool
Syntax
GET /restapi/[channelname]/page_poolExample Request
GET /restapi/test/page_pool HTTP/1.1Example Result GET page_pool playlist
HTTP/1.1 200 OKContent-Length: 1256Content-Type: application/vizrt.integrationshub+xml; type=pagepoolServer: Microsoft-HTTPAPI/2.0<pagepool xmlns="http://www.vizrt.com/integrationshub"> <title>Page pool info for http://localhost:9990/restapi/test/page_pool</title> <description>Page Pool</description> <name>page_pool</name> <link href="http://localhost:9990/restapi/test/page_pool" rel="self" type="application/vizrt.integrationshub+xml; type=pagepool" /> <page> <description>GEOM*products/MCP/Packages/Music_demo/CONCEPT=HD/DEFAULT_LOGO</description> <name>1000</name> <link href="http://localhost:9990/restapi/test/page_pool/1000" rel="self" type="application/vizrt.integrationshub+xml; type=pagepoolpage" /> <take_duration /> </page> <page> <description>The Super Band/Bullet With Butterfly Wings</description> <name>6000</name> <link href="http://localhost:9990/restapi/test/page_pool/6000" rel="self" type="application/vizrt.integrationshub+xml; type=pagepoolpage" /> <take_duration /> </page> <page> <description>Coming Up Next.../The Band live and unplugged/ </description> <name>8000_clip</name> <link href="http://localhost:9990/restapi/test/page_pool/8000_clip" rel="self" type="application/vizrt.integrationshub+xml; type=pagepoolpage" /> <take_duration /> </page></pagepool>