Send Batch Command
Send a command to multiple devices at once
Available Commands: Launch App, Play/Pause Video, Launch Web Url, Disable/Enable Kiosk, Restart, Power Off, Set Volume, Set Brightness, Uninstall App, Sync, Enable/Disable Tutorial ModeAuthorizations
API key based authentication where <encoded-value> is the Base64 encoding of API_KEY_ID
:API_KEY_SECRET
- Username: The API Key ID.
- Password: The API Key Secret.
Path Parameters
The ID of the organization. Locate the orgId under Organization Settings > API Keys.
Body
List of unique identifiers (serial numbers) of devices
Launch an application on the devices
LAUNCH_APP
"LAUNCH_APP"
List of unique identifiers (serial numbers) of devices
Launch an application on the devices
LAUNCH_APP
"LAUNCH_APP"
List of unique identifiers (serial numbers) of devices
Play or pause video on the devices
PLAY_VIDEO
, PAUSE_VIDEO
"PLAY_VIDEO"
List of unique identifiers (serial numbers) of devices
Launch a specific WebXR link on the devices. Requires the data field to be populated (see below)
LAUNCH_WEB_URL
"LAUNCH_WEB_URL"
List of unique identifiers (serial numbers) of devices
Override the device experience set on the Configuration.
DISABLE_KIOSK
- Disable Kiosk Mode / ManageXR Home Screen on the devices. Grants users full access to the default system menus. Sets kioskModeOverride
flag on devices to true
.
ENABLE_KIOSK
- Re-Enable Kiosk Mode / ManageXR Home Screen on the devices. Sets kioskModeOverride
flag on devices to false
.
Note, if the Configuration applied to a device uses Default Device Menus, the kioskModeOverride flag is a no-op.
DISABLE_KIOSK
, ENABLE_KIOSK
"DISABLE_KIOSK"
List of unique identifiers (serial numbers) of devices
Reboot the devices
RESTART
"RESTART"
List of unique identifiers (serial numbers) of devices
Remotely turn off devices. Supported on Pico Neo 3s PUI 5+ and Pico 4 Ultra Enterprise devices.
POWER_OFF
"POWER_OFF"
List of unique identifiers (serial numbers) of devices
Set volume on device. Supply a level between 0 and 100.
SET_VOLUME
"SET_VOLUME"
List of unique identifiers (serial numbers) of devices
Set brightness on device. Supply a level between 0 and 100.
SET_BRIGHTNESS
"SET_BRIGHTNESS"
List of unique identifiers (serial numbers) of devices
Uninstall an application on the devices.
Cannot uninstall system apps. If you uninstall an app that is still on a devices's configuration, it will automatically re-download the next time the device syncs.
UNINSTALL_APP
"LAUNCH_APP"
List of unique identifiers (serial numbers) of devices
Restart an app
RESTART_APP
"RESTART_APP"
List of unique identifiers (serial numbers) of devices
Force devices to check in with ManageXR. Online devices sync every 15 minutes or immediately when configuration changes are made.
SYNC
"SYNC"
List of unique identifiers (serial numbers) of devices
When Tutorial Mode in enabled, the devices launch into their tutorial app on boot. Set the tutorial app in Configuration > Device Settings.
ENABLE_TUTORIAL_MODE
, DISABLE_TUTORIAL_MODE
"ENABLE_TUTORIAL_MODE"
Response
Success