User Tools

Site Tools


api:iptv:mdm:dashboard:liveinfo

API : IPTV : MDM : DASHBOARD : LIVEINFO

Introduction

This request returns live information about devices status. If they are awake and what they are doing

Request

URL https://api.telecomx.dk/iptv/mdm/dashboard/liveinfo
Method GET
Access level RESELLER_ADMIN, ADMIN
Query customer Unique Id of customer to query data for

Query example

https://api.telecomx.dk/iptv/mdm/dashboard/liveinfo?customer=12345678901234567890ABCD

Response

JSON object
awake Number Number of awake Tablets.
appTablets Number Number of tablets in third party apps
sleeping Number Number of sleeping tablets
watchingTv Number Number of devices watching Tv
webview Number Number of Tablets in webview
interactions Object Amount of interactions on tablets
interactions.lastFiveMinutes Number Number of interactions the last 5 minutes
interactions.lastHour Number Number of interactions the last hour
interactions.lastSixHours Number Number of interacitons the last 6 hours
interactions.today Number Number of interactions today

Example

{
    "awake":71,
    "sleeping":379,
    "watchingTv":9,
    "appTablets":5,
    "webview":12,
    "interactions":{
        "today":1099,
        "lastFiveMinutes":10,
        "lastHour":117,
        "lastSixHours":982
    }
}

Errors

Error code Message Description
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/iptv/mdm/dashboard/liveinfo.txt · Last modified: 2024/10/01 11:30 by Mikkel Frederiksen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki