curl --request POST \
--url https://managexrapi.com/organizations/{orgId}/devices/batch-command \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"deviceIds": [
"fJlJrjEL08UkhSLRRryd",
"GrCQfwI4373WFqzVjguI"
],
"action": "SYNC"
}
'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, Power Off, Set Volume, Set Brightness, Uninstall App, Sync, Enable/Disable Tutorial ModePOST
/
organizations
/
{orgId}
/
devices
/
batch-command
curl --request POST \
--url https://managexrapi.com/organizations/{orgId}/devices/batch-command \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"deviceIds": [
"fJlJrjEL08UkhSLRRryd",
"GrCQfwI4373WFqzVjguI"
],
"action": "SYNC"
}
'Authorizations
API key based authentication where 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
application/json
- Launch App
- Play / Pause Video
- Launch Web Url
- Disable / Enable Kiosk Mode
- Restart
- Power OFF
- Set Volume
- Set Brightness
- Uninstall App
- Restart App
- Sync
- Enable / Disable Tutorial Mode
Response
200
Success