Viz Channel Branding User Guide
Version 5.2 | Published June 05, 2024 ©
GET Action Pool (Version 2.0)
Get all actions in the channel action pool.
Syntax
GET /api/channels/[channel]/action_pool
Request
GET /api/channels/test/action_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:actionsList"
xmlns:inthub
=
"http://www.vizrt.com/integrationshub"
>
<
inthub
:action>
<
inthub
:name>viz_continue</
inthub
:name>
<
inthub
:refLink
rel
=
"self"
type
=
"application/vizrt.integrationshubv2+xml; type=action"
href
=
"http://127.0.0.1:9991/api/channels/test/action_pool/viz_continue"
/>
<
inthub
:description>Continue (Stage)</
inthub
:description>
</
inthub
:action>
<
inthub
:action>
<
inthub
:name>viz_continue_front</
inthub
:name>
<
inthub
:refLink
rel
=
"self"
type
=
"application/vizrt.integrationshubv2+xml; type=action"
href
=
"http://127.0.0.1:9991/api/channels/test/action_pool/viz_continue_front"
/>
<
inthub
:description>Continue (Front Layer)</
inthub
:description>
</
inthub
:action>
<
inthub
:action>
<
inthub
:name>viz_start_animations</
inthub
:name>
<
inthub
:refLink
rel
=
"self"
type
=
"application/vizrt.integrationshubv2+xml; type=action"
href
=
"http://127.0.0.1:9991/api/channels/test/action_pool/viz_start_animations"
/>
<
inthub
:description>Start Animations (Stage)</
inthub
:description>
</
inthub
:action>
<
inthub
:action>
<
inthub
:name>viz_show_begins</
inthub
:name>
<
inthub
:refLink
rel
=
"self"
type
=
"application/vizrt.integrationshubv2+xml; type=action"
href
=
"http://127.0.0.1:9991/api/channels/test/action_pool/viz_show_begins"
/>
<
inthub
:description>Show 0.0 (Stage, Back Layer)</
inthub
:description>
</
inthub
:action>
<
inthub
:action>
<
inthub
:name>viz_cleanup</
inthub
:name>
<
inthub
:refLink
rel
=
"self"
type
=
"application/vizrt.integrationshubv2+xml; type=action"
href
=
"http://127.0.0.1:9991/api/channels/test/action_pool/viz_cleanup"
/>
<
inthub
:description>Cleanup</
inthub
:description>
</
inthub
:action>
<
inthub
:action>
<
inthub
:name>viz_engage_video_bypass</
inthub
:name>
<
inthub
:refLink
rel
=
"self"
type
=
"application/vizrt.integrationshubv2+xml; type=action"
href
=
"http://127.0.0.1:9991/api/channels/test/action_pool/viz_engage_video_bypass"
/>
<
inthub
:description>Engage video bypass</
inthub
:description>
</
inthub
:action>
<
inthub
:action>
<
inthub
:name>viz_disengage_video_bypass</
inthub
:name>
<
inthub
:refLink
rel
=
"self"
type
=
"application/vizrt.integrationshubv2+xml; type=action"
href
=
"http://127.0.0.1:9991/api/channels/test/action_pool/viz_disengage_video_bypass"
/>
<
inthub
:description>Disengage video bypass</
inthub
:description>
</
inthub
:action>
<
inthub
:action>
<
inthub
:name>initialize_action</
inthub
:name>
<
inthub
:refLink
rel
=
"self"
type
=
"application/vizrt.integrationshubv2+xml; type=action"
href
=
"http://127.0.0.1:9991/api/channels/test/action_pool/initialize_action"
/>
<
inthub
:description>Initialize Playlist</
inthub
:description>
</
inthub
:action>
<
inthub
:action>
<
inthub
:name>cleanup_action</
inthub
:name>
<
inthub
:refLink
rel
=
"self"
type
=
"application/vizrt.integrationshubv2+xml; type=action"
href
=
"http://127.0.0.1:9991/api/channels/test/action_pool/cleanup_action"
/>
<
inthub
:description>Cleanup Playlist</
inthub
:description>
</
inthub
:action>
</
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'.