Returns all BitLocker policies for the current customer with optional search and pagination support.
get /bitlocker/api/policy/allpolicies
https://{serverurl}/bitlocker/api/policy/allpolicies
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Search filter string for policy name
Pagination start index. Defaults to 0 if not provided
Number of results per page. Defaults to 5 if not provided
curl --request GET \
--url https://appdomains/bitlocker/api/policy/allpolicies \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken 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: credentials missing, expired, or invalid
Authentication failure reason
Error code indicating insufficient permissions
Message indicating insufficient privileges to access this resource
Rate limit error code returned when the API call reached threshold
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.