Viz Channel Branding User Guide

Version 5.2 | Published June 05, 2024 ©

GET a Template from Template Pool (Version 2.0)

Get a template from the templates pool in a channel .

Syntax
GET /api/channels/[channel]/templates/[template]
Request
GET /api/channels/test/templates/4000 HTTP/1.1
Response
HTTP/1.1 200 OK
Content-Type: application/vizrt.integrationshubv2+xml; type=mastertemplate
<inthub:masterTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:inthub="http://www.vizrt.com/integrationshub">
<inthub:name>4000</inthub:name>
<inthub:refLink rel="self" type="application/vizrt.integrationshubv2+xml; type=mastertemplate" href="http://localhost:9991/api/channels/test/templates/4000" />
<inthub:concept>SD</inthub:concept>
<inthub:updated>2023-12-12T15:21:06Z</inthub:updated>
<inthub:importDatetime>2021-12-10T23:04:53.918Z</inthub:importDatetime>
   <inthub:layer>/ChannelBranding/channels/test/templates/sceneselectors/4000</inthub:layer>
</inthub:masterTemplate>

Disallowed Actions

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