This API fetches the status of devices connected to each Windows computer within your network. It supports pagination and returns status indicators for every connected device.
get /api/1.4/reports/dcm/computerdevstatus
https://{serverurl}/api/1.4/reports/dcm/computerdevstatus
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Current page number for pagination
Number of records per page
curl --request GET \
--url https://appdomains/api/1.4/reports/dcm/computerdevstatus \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Module code identifier
Response data container
Total number of records
Maximum number of records in this response
Current page number
Array of computer device status records
Biometric device status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Wireless network adapter status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Smart card reader status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Windows Portable Device status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Bluetooth status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Modem status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Serial ports status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Parallel ports status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Infrared status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Printer status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Floppy disk status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Image device status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
CD-ROM status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Disk drive status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Mouse status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Tape drive status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Apple devices status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Keyboard status (0=Blocked, 1=Allowed, 2=Read-only, 4=No Change)
Unique resource ID
Unique resource ID (string format)
Computer name
Computer friendly name
Domain/workgroup
Users logged into agent
OS identifier (1=Windows, 2=Mac)
API version
Status of API call (success/failure)
HTTP response code
Computer device status report response
{
"response_code": 200,
"message_type": "dcm",
"message_response": {
"total": 1,
"limit": 25,
"page": 1,
"dcm": [
{
"biometric.status_id": 4,
"wirelessnetworkadapters.status_id": 4,
"smartcardreader.status_id": 4,
"wpd.status_id": 4,
"bluetooth.status_id": 4,
"domain_netbios_name": "WORKGROUP",
"modem.status_id": 4,
"serialports.status_id": 4,
"resource_id_string": "111301",
"parallelports.status_id": 4,
"infrared.status_id": 4,
"printer.status_id": 4,
"floppydisk.status_id": 4,
"image.status_id": 4,
"cdrom.status_id": 4,
"managedcomputer.friendly_name": "John",
"os_platform": 1,
"agent_logged_on_users": "John",
"diskdrive.status_id": 0,
"mouse.status_id": 4,
"resource_id": 111301,
"tapedrive.status_id": 4,
"resource_name": "John",
"appledevices.status_id": 4,
"keyboard.status_id": 4
}
]
},
"message_version": "1.4",
"status": "success"
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.