This request is used by the Android tablets, to fetch a list of apps that should be installed on a given device.
| URL | https://api.telecomx.dk/iptv/app/provision/app | ||
|---|---|---|---|
| Method | GET | ||
| Query | token | String | Session token for authentication |
https://api.telecomx.dk/iptv/app/app?token=123DSCasg146hsg
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. |
[ { 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' } ]
| 404 | device | Device not found |
| 500 | internal_error | <Unspecified> |