 
 Viz Multichannel User Guide
Version 4.2 | Published July 31, 2023 ©
GET All Channels (Version 1.0)
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 /restapiRequest
GET /restapi HTTP/1.1Response
HTTP/1.1 200 OKContent-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>Note
If trying to POST to this root end-point, a HTTP 403 Forbidden error will be returned.