User Tools

Site Tools


api:iptv:mdmconfigs:get

API : IPTV : MDM Config : Get

Introduction

This request will return the specified config.

Request

URL https://api.telecomx.dk/iptv/mdmconfig/CONFIG_ID
Method GET
Access level ADMIN
Param CONFIG_ID Id of the channel.

Query example

https://api.telecomx.dk/iptv/mdmconfig/12345678901234567890ABCD

Response

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.

Example

{
  _id: '12345678901234567890ABCD',
  name: 'FlexCare standard configuration',
  config: {},
  mdm: 'FLEXCARE',
  profiles: 12
}

Errors

Error code Message Description
404 id Not found
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/iptv/mdmconfigs/get.txt · Last modified: 2025/04/01 09:33 by Mikkel Frederiksen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki