Devices
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, Uninstall App, Sync, Enable/Disable Tutorial ModePOST
/
organizations
/
{orgId}
/
devices
/
batch-command
Authorizations
Authorization
string
headerrequiredAPI 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
orgId
string
requiredThe ID of the organization. Locate the orgId under Organization Settings > API Keys.
Body
application/json
deviceIds
string[]
List of unique identifiers (serial numbers) of devices
action
enum<string>
Launch an application on the devices
Available options:
LAUNCH_APP
data
object