Returns audit device data for the requested report view.
get /dcapi/device/supportedauditdevices
https://{serverurl}/dcapi/device/supportedauditdevices
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Report view name. Allowed: DeviceAuditByTypeView, RestrictedDeviceAuditByTypeView, DCMDeviceByTypeView, DeviceSystemView. When not specified, returns all supported devices
curl --request GET \
--url https://appdomains/dcapi/device/supportedauditdevices \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json'List of supported audit device types with counts
Supported device type identifier
Device type identifier
Device display name
Device state/status code
1=Unblock,
2=Read Only,
3=Block,
4=No Change
Display or processing priority
Count of matching devices
Supported bus types for the device
Device-to-bus type relation identifier
Parent supported device type identifier
Bus type name (e.g. USB, Bluetooth)
Whether this bus type is currently allowed
Error code identifying the type of error
Human-readable error message
Supported audit devices response
{
"supportedauditdevices": [
{
"deviceCount": "50",
"supportedDeviceID": "1",
"busTypes": [
{
"devToBusID": "1",
"allowed": true,
"supportedDeviceID": "1",
"busTypeName": "USB"
}
],
"priority": 1,
"deviceID": "10",
"deviceName": "Removable Storage",
"statusCode": 1
}
]
}
Internal server error
{
"errorCode": "INTERNAL_ERROR",
"errorMsg": "Internal Server Error!"
}
![]()
Duration: 1 minute | Threshold: 30 | 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.