JointSpace API Documentation
REST API Method: GET channels/current
Returns the current channel.
URL
http://ip-address:1925/1/channels/current
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 of the current channel.
JSON example
{
"id": "fingerprint-1"
}