Skip to content

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
Required
Format"int32"

Responses

OK

application/json
JSON
{
"id": 0,
"name": "string",
"cityId": 0,
"city": "[Circular Reference]",
"url": "string",
"isActive": true
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License