gets list of applicablr actions for the device
get /api/v1/mdm/devices/{device_id}/actions
https://{server-hostname}:8383/api/v1/mdm/devices/{device_id}/actions
MDMInventory.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the device. Obtain from the Get Device List response
curl --request GET \
--url https://appdomain/api/v1/mdm/devices/{device_id}/actions \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Array of Knox-specific actions applicable to the device
Whether the Knox action is enabled
Localized display name of the Knox action
Internal Knox action name (e.g., create_container)
Localized action information
Additional Knox action information
Array of standard device actions with their current status
Whether the action is currently enabled for the device
Localized display name of the action
Internal action name (e.g., scan, lock)
Localized action information text
Action status code: 0 - failed, 1 - Initiated, 2 - Success, 4 - In progress
Additional action information
Localized description of the action status
Description of the current action status
Available standard and Knox actions with their status
{
"knox_actions": [
{
"is_enabled": true,
"action_info": "--",
"name": "create_container",
"localized_action_info": "--",
"localized_name": "Create container"
}
],
"actions": [
{
"is_enabled": true,
"status_description": "Command Success",
"status_code": 2,
"localized_status_description": "Command Success",
"action_info": "--",
"name": "scan",
"localized_action_info": "--",
"localized_name": "Scan"
},
{
"is_enabled": true,
"status_description": "Command Initiated",
"status_code": 1,
"localized_status_description": "Command Initiated",
"action_info": "--",
"name": "lock",
"localized_action_info": "--",
"localized_name": "Lock"
}
]
}
![]()
Duration: 1 minute | Threshold: 250 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.