JointSpace API Documentation

REST API Method: GET channels/id

Returns details about the given channel.

URL

http://ip-address:1925/1/channels/id

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


{
	"preset": "4",
	"name": "Premium Cinema HD",
	"frequency": "3176",
	"onid": "272",
	"tsid": "940",
	"sid": "4301",
	"analog": false,
	"digital": "DVB"
}