Viz Multichannel

Version 4.0 | Published January 23, 2019 ©

GET All Channels

GET All Channels

To obtain a collection of all channels known by a given Integrations Hub (i.e. channels that exists on the underlying Media Sequencer) use the following command:

Syntax

GET /restapi

Request

GET /restapi HTTP/1.1

Response

HTTP/1.1 200 OK
Content-Type: application/vizrt.integrationshub+xml; type=integrationshub
<integrationshub xmlns="http://www.vizrt.com/integrationshub">
<title>Integrations Hub info for http://localhost:9990/restapi</title>
<link href="http://localhost:9990/restapi" rel="self" type="application/vizrt.integrationshub+xml;type=integrationshub" />
<channel>
<name>Channel1</name>
<link href="http://localhost:9990/restapi/Channel1" rel="self" type="application/vizrt.integrationshub+xml;type=channel" />
</channel>
<channel>
<name>Channel2</name>
<link href="http://localhost:9990/restapi/Channel2" rel="self" type="application/vizrt.integrationshub+xml;type=channel" />
</channel>
</integrationshub>