This request will return a given whitelisted IPTV device. Currently only supports tablets.
| URL | https://api.telecomx.dk/iptv/whitelist/DEVICE_ID | |
|---|---|---|
| Method | GET | |
| Access level | ADMIN. | |
https://api.telecomx.dk/iptv/whitelist/1234567
| JSON Object | ||
|---|---|---|
| _id | Id | Unique barcode, put as a sticker on every IPTV Business tablet. |
| serial | String | Unique serial number from the device. |
| warrantyDate | Date | Date the tablets were purchased, used for warranty purposes. |
| model | String | Model of the device. |
| date | Date | Date and time when the status message was added. |
| invoiceNumber | String | Invoice number |
Note that properties holding no value may be omitted from the object.
{ "_id": "45678", "serial" "HKY7989898120", "model": "TC18", "warrantyDate": "2020-02-20T00:00:00", "invoiceNumber": "32" },
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | not_found | Device not found |
| 500 | internal_error | <Unspecified> |