Viz Channel Branding User Guide
Version 5.0 | Published July 10, 2023 ©
GET Page from Channel Page Pool (Version 2.0)
Get a page from the Page Pool of a channel.
Syntax
                GET /api/channels/[channel]/page_pool/[page]Request
                GET /api/channels/test/page_pool/6000 HTTP/1.1Response
                HTTP/1.1 200 OKContent-Type: application/vizrt.integrationshubv2+xml; type=page<inthub:page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:inthub="http://www.vizrt.com/integrationshub">    <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:template>6000</inthub:template>    <inthub:description>The Smashing Pumpkins/Bullet With Butterfly Wings</inthub:description>    <inthub:defaultDuration>00:00:10.000</inthub:defaultDuration>    <inthub:timeToLive>2023-12-31</inthub:timeToLive></inthub:page>Disallowed Actions
This end-point does not allow POST or PUT, and will return a 'HTTP/1.1 405 Method Not Allowed'.