Viz Channel Branding User Guide

Version 5.2 | Published June 05, 2024 ©

GET Page Content from an Event in Channel Pool (Version 2.0)

Following the downlink for an event of type secondary event in channel pool to get page content.

Syntax
GET /api/channels/[channel]/channel_pool/events/[event]/pagecontent
Request
GET /api/channels/test/channel_pool/events/secondary_event_1/pagecontent HTTP/1.1
Response
HTTP/1.1 200 OK
Content-Type: application/vizrt.integrationshubv2+xml; type=pagecontent
<inthub:pageContent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:inthub="http://www.vizrt.com/integrationshub">
<inthub:refLink rel="self" type="application/vizrt.integrationshubv2+xml; type=pagecontent" href="http://127.0.0.1:9991/api/channels/test/channel_pool/events/secondary_event_1/pagecontent" />
<inthub:refLink rel="edit" type="application/vizrt.integrationshubv2+xml; type=pagecontent" href="http://127.0.0.1:9991/api/channels/test/channel_pool/events/secondary_event_1/pagecontent" />
<inthub:pageField name="01butterfly">UP NEXT...</inthub:pageField>
<inthub:pageField name="02butterfly">CELEBRITY DEATH OCTAGON</inthub:pageField>
<inthub:pageField name="03butterfly">Watch Lady Gaga go up against Marilyn Manson in the battle for subliminal supremacy. With guest referee Ozzy Osbourne.</inthub:pageField>
<inthub:pageField name="Videoclip"></inthub:pageField>
</inthub:pageContent>

Disallowed Actions

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