Viz Multichannel
Version 4.0 | Published January 23, 2019 ©
GET Page Pool
Syntax
GET /restapi/[channelname]/page_poolExample Request
GET /restapi/Channel1/page_pool HTTP/1.1Example Result GET page_pool playlist
HTTP/1.1 200 OKContent-Type: application/vizrt.integrationshub+xml;type=channel<pagepool xmlns="http://www.vizrt.com/integrationshub"> <title>Page pool info for http://localhost:9990/restapi/Channel1/page_pool</title> <description>Page Pool</description> <name>page_pool</name> <link href="http://localhost:9990/restapi/Channel1/page_pool" rel="self" type="application/vizrt.integrationshub+xml;type=pagepool" /></pagepool>