When an action has been sent to an STB, requesting it to take a screenshot of the user interface, this request can then be used to retrieve the screenshot.
| URL | https://api.telecomx.dk/iptv/device/DEVICE_ID/screenshot | ||
|---|---|---|---|
| Method | GET | ||
| Access level | MANAGER or OWNER if customer has feature IPTVBUSINESS RESELLER if customer has IPTVBUSINESS or IPTVPRIVATE ADMIN |
||
| Params | DEVICE_ID | Id of the device to get the screenshot from. | |
https://api.telecomx.dk/iptv/device/12345678901234567890AAAA/screenshot
Binary image data in PNG format.
n/a
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 404 | screenshot | No image on file |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |