Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 711 Bytes

tv.md

File metadata and controls

51 lines (37 loc) · 711 Bytes
label order
TV
99995

TV

All the routes related to TV Channels

Routes

==- [!badge text="GET"] Get all TV Channels

Parameters in the path

Parameters


Path

Name Type Description Required
librarieName string The librarie name true

Responses


Status Description
200: OK All the TV Channels
404: Not Found The librarie was not found

Data returned

[
    {
        "name": name,
        "url": url,
        "channelID": channelID,
        "id": id,
        "logo": logo
    },
    ...
]

===