Returns all BitLocker policies for the current customer with optional search and pagination support.
get /bitlocker/api/policy/allpolicies
https://{server-hostname}:8383/bitlocker/api/policy/allpolicies
DataEncryption.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/bitlocker/api/policy/allpolicies \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'List of BitLocker policies
Unique identifier of the BitLocker policy
Name of the BitLocker policy
Whether the policy is published (true) or not (false)
Validation error code raised when query parameters fail security XML regex checks (searchStr exceeds uem_safestring max-len=255, startIndex/limit not integers or exceed max-len=10)
Detailed message identifying which query parameter failed validation
Unauthorized error code returned when authentication credentials are missing, expired, or invalid (authentication=required)
Authentication failure reason
Forbidden error code returned when the authenticated user does not have the required uem-roles (e.g., DataEncryption_Admin or DataEncryptionRecoveryKey_Admin)
Message indicating insufficient privileges to access this resource
Rate limit error code returned when the API call threshold (configured via threshold/duration in security XML) is exceeded; client is locked out for lock-period minutes
Rate limit exceeded message with retry guidance
Internal server error code (DCAPIErrorCodes.INTERNAL_ERROR) thrown from the controller catch block while fetching or forming the policy list response
Server-side error message — typically 'Exception while forming response'
Successful retrieval of all BitLocker policies
{
"allpolicy": [
{
"policyID": "1218",
"policyName": "Policy_3233",
"status": true
}
]
}
Invalid query parameters
{
"errorCode": 40001,
"errorMsg": "Invalid request parameters"
}
Authentication credentials missing or invalid
{
"errorCode": 40101,
"errorMsg": "Authentication failed"
}
User does not have DataEncryption_Admin role
{
"errorCode": 40301,
"errorMsg": "Insufficient privileges to access this resource"
}
Throttle limit exceeded; client locked out for lock-period minutes
{
"errorCode": 42901,
"errorMsg": "Too many requests. Please retry after the cooldown period"
}
Internal server error — thrown from catch block via DCAPIException
{
"errorCode": 10000,
"errorMsg": "Exception while forming response"
}
![]()
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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.