JointSpace API Documentation
REST API Method: GET channels
Returns all installed channels.
URL
http://ip-address:1925/1/channels
Format
json
HTTP Method
GET
Requires Authentication
false
Parameters
Response
This resource returns a JSON object with key/value pairs. See the JSON example for how these key/value pairs are returned.
Keys
- id (string): The id's of the channels are used as keys in the top level object. The value corresponding to the key is an object with details about the channel.
- preset (string): The preset number of the channel.
- name (string): The name of the channel.
JSON example
{
"fingerprint-1":
{
"preset": "1",
"name": "Flower",
},
"fingerprint-2":
{
"preset": "2",
"name": "Moving Colourbar"
},
"fingerprint-3":
{
"preset": "12.3",
"name": "Irdeto scrambled"
},
"fingerprint-4":
{
"preset": "4",
"name": "Codec 16:9 scrambled"
},
etc.
}