JointSpace API Documentation
REST API Method: GET channellists/id
Returns the list of channels for the specified channel list id.
URL
http://ip-address:1925/1/channellists/id
Format
json
HTTP Method
GET
Requires Authentication
false
Parameters
- id (string): The id of the requested channel list.
Response
This resource returns a JSON array.
Keys
- id (string): The channel id.
JSON example
[
"fingerprint-1",
"fingerprint-2",
"fingerprint-3",
etc.
]