Get Device Kiosk Mode / IR Remote Control Status
GET {{baseUrl}}/v1/device/:deviceUid/remote-control
If you want to know if you disabled IR Remote Control or if you locked the tablet into kiosk mode.
locked
-
FALSE
, IR Remote Control is UNLOCKED, you can use it to adjust device settings, KIOSK mode is disabled -
TRUE
, IR Remote Control is LOCKED, it is not possible to use it, KIOSK mode is enabled
kiosk
- alias to
locked
enabled DEPRECATED
-
TRUE
, IR Remote Control is UNLOCKED, you can use it to adjust device settings, KIOSK mode is disabled -
FALSE
, IR Remote Control is LOCKED, it is not possible to use it, KIOSK mode is enabled
Parameters
Field | Type | Required | Description |
---|---|---|---|
deviceUid | string | required | device application id |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[]