This API lists all drives along with BitLocker details, including encryption status, protection status, encryption method, and drive type. Results can be filtered by domain or specific resource ID.
get /api/1.4/bitlocker/bitlockerreports
https://{serverurl}/api/1.4/bitlocker/bitlockerreports
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Filter BitLocker Reports with particular resource id
Get domain list from api/1.4/desktop/serverproperties
curl --request GET \
--url https://appdomains/api/1.4/bitlocker/bitlockerreports \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json'Module Code
Response.
Total Number of Records.
Maximum number of records included in this single response.
Bitlockerreports.
0-FullyDecrypted,
1-FullyEncrypted,
2-EncryptionInProgress,
3-DecryptionInProgress,
4-EncryptionPaused,
5-DecryptionPaused
0-Unprotected,
1-Protected,
2-Unknown
0-Operating System Drive,
1-Data Drive
0-UnLocked,
1-Locked
-1-UNKNOWN,
0-None,
1-AES_128_WITH_DIFFUSER,
2-AES_256_WITH_DIFFUSER,
3-AES_128,
4-AES_256,
5-HARDWARE_ENCRYPTION,
6-XTS_AES_128,
7-XTS_AES_256
BitLocker volume unique identifier
Persistent volume GUID
Computer friendly/host name
Encryption flag ID assigned internally
Domain or Workgroup name
BitLocker schema version
Resource ID as string
Size of the drive in bytes
Resource ID of machine
Operating system name
Computer resource name
Customer/account ID
Drive letter of the volume
Computer resource ID (redundant for joins)
Page Number.
Api Version.
Status of Api call.
Response code.
{
"response_code": 200,
"message_type": "bitlockerreports",
"message_response": {
"total": 1,
"bitlockerreports": [
{
"protection_status": 0,
"volume_type": 1,
"lock_status": 0,
"encryption_method": 0,
"device_id": "\\\\?\\Volume{12ed36-109e-4b15-99c7-5ef19cc23ca9}\\",
"persistent_volume_id": "",
"managedcomputer.friendly_name": "John",
"encryption_flag_id": 0,
"domain_netbios_name": "WORKGROUP",
"version": 0,
"encryption_status": 0,
"resource_id_string": "111301",
"drive_size": 249560035328,
"resource_id": 111301,
"os_name": "Windows 11 Professional Edition (x64)",
"resource_name": "John",
"customer_id": 1,
"bitlockerdrive.drive_letter": "D:",
"resource.resource_id": 111301
}
],
"limit": 25,
"page": 1
},
"message_version": "1.4",
"status": "success"
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.