Television channel information by Id
GET
/api/v1/TelevisionChannel/{id}
This endpoint returns the television channel information with the provided id
Parameters
Path Parameters
id*
Typeinteger
RequiredFormat
"int32"Responses
OK
application/json
JSON
{
"id": 0,
"name": "string",
"cityId": 0,
"city": "[Circular Reference]",
"url": "string",
"isActive": true
}