User Tools

Site Tools


api:iptv:app:app_list

API : IPTV : App : Provision : App list

Introduction

This request is used by the Android tablets, to fetch a list of apps that should be installed on a given device.

Request

URL https://api.telecomx.dk/iptv/app/provision/app
Method GET
Query token String Session token for authentication

Query examples

https://api.telecomx.dk/iptv/app/app?token=123DSCasg146hsg

Response

Array of apps to install

App object
name String Name of Android package, eg. 'com.skype.raider'
version String Version number
url String URL of the Android package.

Example

[
  {
    name: 'com.skype.raider',
    version: '1.2',
    url: 'https://doc.telecomx.dk/1234567890ABCD1234567890.apk?token=65ad76Ngkhsdkhf'
  },
  {
    name: 'com.netflix.mediaclient',
    version: '0.15.1',
    url: 'https://doc.telecomx.dk/6234567890ABCD1234567890.apk?token=65ad76Ngkhsdkhf'
  }
]

Errors

404 device Device not found
500 internal_error <Unspecified>
api/iptv/app/app_list.txt · Last modified: 2021/11/18 14:15 by Joakim Andersen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki