api:iptv:streamingservices:list
Table of Contents
API : IPTV : Streaming services : List
Introduction
This request is used to list the available streaming services.
Request
| URL | https://api.telecomx.dk/iptv/streamingservice | ||
|---|---|---|---|
| Method | GET | ||
| Access level | VIEWER, MANAGER or OWNER if customer has feature IPTVPRIVATE RESELLER if customer has IPTVPRIVATE RESELLER_ADMIN ADMIN | ||
Query examples
https://api.telecomx.dk/iptv/streamingservice
Response
Array of streaming service objects
| Streaming service object - normal (JSON) | ||
|---|---|---|
| _id | String | Unique ID/Enum of streaming service |
| name | String | Name of the streaming service |
| logoId | ObjectId | Id of the image |
| logo | String | Url to image on image server |
Note that properties holding no value may be omitted from the object.
Example - normal
[ { _id: 'DR_TV', name: 'DR TV', logoId: '1234567890ABCD1234567890', logo: 'https://image.powernet.tv/1234567890ABCD1234567890.png' }, { _id: 'TV_2_PLAY', name: 'TV 2 Play', logoId: '1234567890ABCD1234567890', logo: 'https://image.powernet.tv/2234567890ABCD1234567890.png' }, { _id: 'CMORE_PLAY', name: 'Cmore Play', logoId: '1234567890ABCD1234567890', logo: 'https://image.powernet.tv/3234567890ABCD1234567890.png' }, { _id: 'HBO', name: 'HBO', logoId: '1234567890ABCD1234567890', logo: 'https://image.powernet.tv/4234567890ABCD1234567890.png' }, { _id: 'SKY_SHOWTIME', name: 'Sky Showtime', logoId: '1234567890ABCD1234567890', logo: 'https://image.powernet.tv/5234567890ABCD1234567890.png' }, { _id: 'NETFLIX', name: 'Netflix', logoId: '1234567890ABCD1234567890', logo: 'https://image.powernet.tv/6234567890ABCD1234567890.png' }, { _id: 'AMAZON_PRIME', name: 'Amazon Prime', logoId: '1234567890ABCD1234567890', logo: 'https://image.powernet.tv/8234567890ABCD1234567890.png' }, ]
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/iptv/streamingservices/list.txt · Last modified: 2022/10/26 12:50 by Joakim Andersen