This request will return the specified config.
| URL | https://api.telecomx.dk/iptv/mdmconfig/CONFIG_ID | |
|---|---|---|
| Method | GET | |
| Access level | ADMIN | |
| Param | CONFIG_ID | Id of the channel. |
https://api.telecomx.dk/iptv/mdmconfig/12345678901234567890ABCD
| JSON object | ||
|---|---|---|
| _id | Id | Unique id of the TV channel. |
| name | String | Name of config. |
| mdm | String | Name of MDM this config is for |
| config | Object | The configuration itself. It varies between configurations. |
| profiles | Number | Number of profiles using the mdmconfig |
Note that properties holding no value may be omitted from the object.
{ _id: '12345678901234567890ABCD', name: 'FlexCare standard configuration', config: {}, mdm: 'FLEXCARE', profiles: 12 }
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |