Viz Channel Branding User Guide
Version 5.0 | Published July 10, 2023 ©
GET Channel Page Pool (Version 2.0)
Get all pages in the channel page pool.
Syntax
GET /api/channels/[channel]/page_pool
Request
GET /api/channels/test/page_pool HTTP/1.1
Response
HTTP/1.1 200 OK
Content-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
: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
: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
: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'.