Viz Channel Branding User Guide
Version 5.2 | Published June 05, 2024 ©
GET Template Pool (Version 2.0)
Get all templates for a channel's template pool.
Syntax
GET /api/channels/[channel]/templates
Request
GET /api/channels/test/templates HTTP/1.1
Response
HTTP/1.1 200 OK
Content-Type: application/vizrt.integrationshubv2+xml; type=list <?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
inthub
:list
xmlns:xsi
=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:type
=
"inthub:masterTemplateList"
xmlns:inthub
=
"http://www.vizrt.com/integrationshub"
>
<
inthub
:masterTemplate>
<
inthub
:name>1000</
inthub
:name>
<
inthub
:refLink
rel
=
"self"
type
=
"application/vizrt.integrationshubv2+xml; type=mastertemplate"
href
=
"http://localhost:9991/api/channels/test/templates/1000"
/>
<
inthub
:concept>HD</
inthub
:concept>
<
inthub
:updated>2021-12-10T23:04:53Z</
inthub
:updated>
<
inthub
:importDatetime>2021-12-10T23:04:53.918Z</
inthub
:importDatetime>
<
inthub
:layer>/ChannelBranding/channels/test/templates/sceneselectors/1000</
inthub
:layer>
</
inthub
:masterTemplate>
<
inthub
:masterTemplate>
<
inthub
:name>4000_c1_c3</
inthub
:name>
<
inthub
:refLink
rel
=
"self"
type
=
"application/vizrt.integrationshubv2+xml; type=mastertemplate"
href
=
"http://localhost:9991/api/channels/test/templates/4000_c1_c3"
/>
<
inthub
:concept>SD</
inthub
:concept>
<
inthub
:updated>2023-12-15T12:10:15Z</
inthub
:updated>
<
inthub
:importDatetime>2022-06-10T13:01:33.124Z</
inthub
:importDatetime>
<
inthub
:layer>/ChannelBranding/channels/test/templates/sceneselectors/4000_c1_c3</
inthub
:layer>
</
inthub
:masterTemplate>
<
inthub
:masterTemplate>
<
inthub
:name>4000_C1</
inthub
:name>
<
inthub
:refLink
rel
=
"self"
type
=
"application/vizrt.integrationshubv2+xml; type=mastertemplate"
href
=
"http://localhost:9991/api/channels/test/templates/4000_C1"
/>
<
inthub
:concept>IPHONE</
inthub
:concept>
<
inthub
:updated>2023-12-15T12:10:20Z</
inthub
:updated>
<
inthub
:importDatetime>2022-06-10T13:05:12.326Z</
inthub
:importDatetime>
<
inthub
:layer>/ChannelBranding/channels/test/templates/sceneselectors/4000_C1</
inthub
:layer>
</
inthub
:masterTemplate>
</
inthub
:list>
Disallowed Actions
This end-point does not allow POST, PUT or DELETE, and will return a 'HTTP/1.1 405 Method Not Allowed'.