Returns all available device control policies.
get /dcapi/device/alldevicepolicies
https://{serverurl}/dcapi/device/alldevicepolicies
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/device/alldevicepolicies \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json'List of all device policies
Unique policy identifier
Name of the device policy
Whether the policy is active
Target platform
1=Windows,
2=Mac
Wireless adapter status
1=Allow,
3=Block,
4=No Change
Error code identifying the type of error
Human-readable error message
All device policies response
{
"alldevicepolicy": [
{
"policyID": "501",
"policyName": "Block USB Storage",
"wirelessAdapterStatus": 4,
"platformID": 1,
"status": true
}
]
}
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.