Viz Multichannel

Version 4.2 | Published July 31, 2020 ©

GET Channel Page Pool (Version 2.0)

Get the content, the listed pages, of the channels Page Pool.

Syntax

GET /api/channels/test/page_pool

Request

GET /api/channels/test/page_pool HTTP/1.1

Response

HTTP/1.1 200 OK
Content-Type: application/atomsvc+xml
<atom:feed xmlns:vaext="http://www.vizrt.com/atom-ext" xmlns:vizid="http://www.vizrt.com/opensearch/vizid" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:inthub="http://www.vizrt.com/integrationshub" xmlns="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom">
<atom:entry>
<inthub:name>1000</inthub:name>
<atom:id>1000</atom:id>
<atom:link rel="self" type="application/atom+xml; type=entry" href="http://localhost:9991/api/channels/test/page_pool/1000" />
<inthub:description>GEOM*products/MCP/Packages/Music_demo/CONCEPT=HD/DEFAULT_LOGO</inthub:description>
</atom:entry>
<atom:entry>
<inthub:name>6000</inthub:name>
<atom:id>6000</atom:id>
<atom:link rel="self" type="application/atom+xml; type=entry" href="http://localhost:9991/api/channels/test/page_pool/6000" />
<inthub:description>The Famous Band/Bullet With Butterfly Wings</inthub:description>
</atom:entry>
<atom:entry>
<inthub:name>8000_clip</inthub:name>
<atom:id>8000_clip</atom:id>
<atom:link rel="self" type="application/atom+xml; type=entry" href="http://localhost:9991/api/channels/test/page_pool/8000_clip" />
<inthub:description>Coming Up Next.../Rockstar live and unplugged/ </inthub:description>
</atom:entry>
</atom:feed>

Disallowed Actions

This end-point does not allow POST, PUT or DELETE, and will return a 'HTTP/1.1 405 Method Not Allowed'.