Search television channels by keyword
GET
/api/v1/TelevisionChannel/search/{keyword}
This endpoint returns a list of television channels whose name contains the provided keyword, ignoring case and accent marks
Parameters
Path Parameters
keyword*
Typestring
RequiredResponses
OK
application/json
JSON
[
{
"id": 0,
"name": "string",
"cityId": 0,
"city": "[Circular Reference]",
"url": "string",
"isActive": true
}
]