Viz Channel Branding User Guide
Version 5.0 | Published July 10, 2023 ©
GET Action from Channel Action Pool (Version 2.0)
Get an action from the Action Pool of a channel.
Syntax
GET /api/channels/[channel]/action_pool/[action]Request
GET /api/channels/test/action_pool/viz_cleanup HTTP/1.1Response
HTTP/1.1 200 OKContent-Type: application/vizrt.integrationshubv2+xml; type=action<inthub:action xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:inthub="http://www.vizrt.com/integrationshub"> <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>Disallowed Actions
This end-point does not allow POST, PUT or DELETE, and will return a 'HTTP/1.1 405 Method Not Allowed'.