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

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.
}