Skip to content

Television channel information by name

GET
/api/v1/TelevisionChannel/name/{name}

This endpoint returns a list of television channels with the provided name

Parameters

Path Parameters

name*
Typestring
Required

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