JointSpace API Documentation

REST API Method: GET channellists

Returns the id's of all channel lists.

URL

http://ip-address:1925/1/channellists

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":
    {
        "name": "All TV channels",
        "source": "tv",
    },
    "fingerprint-2":
    {
        "name": "Favourite TV channels",
        "source": "tv",
    },
    "fingerprint-3":
    {
        "name": "Radio TV channels",
        "source": "tv",
    },
    "fingerprint-4":
    {
        "name": "Non-radio TV channels",
        "source": "tv",
    },
    "fingerprint-5":
    {
        "name": "All satellite channels",
        "source": "satellite",
    },
    "fingerprint-6":
    {
        "name": "Favourite satellite channels",
        "source": "satellite",
    },
    "fingerprint-7":
    {
        "name": "Radio satellite channels",
        "source": "satellite",
    },
    "fingerprint-8":
    {
        "name": "Non-radio satellite channels",
        "source": "satellite",
    }
}