label | order |
---|---|
TV |
99995 |
All the routes related to TV Channels
==- [!badge text="GET"] Get all TV Channels
Parameters in the path
Name | Type | Description | Required |
---|---|---|---|
librarieName | string | The librarie name | true |
Status | Description |
---|---|
200: OK | All the TV Channels |
404: Not Found | The librarie was not found |
[
{
"name": name,
"url": url,
"channelID": channelID,
"id": id,
"logo": logo
},
...
]
===