This request will return info about devices that are a little more specific than general info
| URL | https://api.telecomx.dk/iptv/mdm/dashboard/miscinfo | |
|---|---|---|
| Method | GET | |
| Access level | RESELLER_ADMIN, ADMIN | |
| Query | customer | Unique id of customer to get data for |
https://api.telecomx.dk/iptv/mdm/dashboard?customer=12345678901234567890ABCD https://api.telecomx.dk/iptv/mdm/dashboard
| JSON object | ||
|---|---|---|
| androidVersions | Array | List of androidverions found with given query |
| androidVersions[].version | String | Name of version |
| androidVersions[].count | Number | Number of devices with version |
| applicationStatuses | Object | Information of how many devices are missing, have wrong application versions |
| applicationStatuses.missingApps | Number | Number of devices with missing applications |
| applicationStatuses.upToDate | Number | Number of devcies with everything up to date |
| applicationStatuses.wrongVersions | Number of devices with at least one application missing or wrong version | |
| boards | Array | List of all boards that exist on tablets |
| boards[].board | String | Name of board |
| boards[].count | Number | Number of devices with board |
| firmwares | Array | List of all firmwares that exists on tablets |
| firmwares[].firmware | String | Name of firmware |
| firmwares[].count | Number | Number of tablets with firmware |
| stbFirmwares | Array | List of stb firmwares |
| stbFirmwares[].firmware | String | Name of firmware |
| stbFirmwares[].count | Number | Number of stbs with firmware |
| stbModels | Array | List of stb models |
| stbModels[].model | String | Name of model |
| stbModels[].count | Number | Number of stbs with model |
{ "androidVersions":[ { "version":"UNKNOWN", "count":101 }, { "version":"10", "count":782 } ], "applicationStatuses":{ "upToDate":910, "missingApps":505, "wrongVersions":716 }, "boards":[ { "board":"UNKNOWN", "count":501 }, { "board":"rk30sdk | rockchip | rk3288 | rockchip | rk3288", "count":762 } ], "firmwares":[ { "firmware":"UNKNOWN", "count":806 }, { "firmware":"Z37-XP-9.0-15.6-SW0.3-20210316\n", "count":308 } ], "stbModels":[ { "model":"UNKNOWN", "count":82 }, { "model":"MAG520", "count":1546 } ], "stbFirmwares":[ { "firmware":"UNKNOWN", "count":107 }, { "firmware":"Powernet_tr2_2", "count":1033 } ] }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |