This API fetches a list of devices granted temporary exemptions from device control policies. It supports filters for OS platform, exemption status, device type, time period, and domain, along with pagination.
get /api/1.4/reports/dcm/deviceexemption
https://{serverurl}/api/1.4/reports/dcm/deviceexemption
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Current page number for pagination
Number of records per page
Filter based on time period
0 - This week
1 - This month
2 - This year
3 - Last week
4 - Last month
5 - Last 2 months
6 - Last 3 months
7 - Last 6 months
8 - Last 9 months
9 - Last year
Filter temporary access permission records based on exemption status
0 - Yet to apply
1 - Awaiting schedule
2 - Active
3 - Expired
Filter based on OS Platform
1 - Windows
2 - Mac
Filter devices based on type
2 - Biometric
3 - Bluetooth
4 - CD-ROM
5 - Disk Drive
9 - Floppy Disk
19 - Image
20 - Infrared
21 - Keyboard
24 - Modem
26 - Mouse
37 - Printer
42 - Smart Card Reader
46 - Tape Drive
49 - WPD
100 - WPD Apple Devices
102 - Serial Ports (COM)
103 - Parallel Ports (LPT)
104 - Wireless Network Adapters
Filter the records based on domain names
curl --request GET \
--url https://appdomains/api/1.4/reports/dcm/deviceexemption \
--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 device exemption records
Custom or friendly name of the device
Domain or workgroup the computer belongs to
Name of the user or user group assigned to this policy
Unique identifier for the exemption policy
Target assignment type
Human-readable computer name
Type of policy duration (1=Time-based, 2=Permanent)
Timestamp when the policy expires
Internal computer resource name
Device vendor identifier in hexadecimal
Operating system platform (1=Windows, 2=Mac)
Maximum number of devices allowed under this policy
Name of the exemption policy
Status of agent deployment for access control
Type of device (e.g., USB, removable storage)
Serial number of the device
Timestamp when the policy was applied
Policy start timestamp
Policy duration in minutes
Timestamp of last modification to the policy
Product identifier in hexadecimal
Instance ID of the parent device, if applicable
API version
Status of API call (success/failure)
HTTP response code
Device exemption report response
{
"response_code": 200,
"message_type": "dcm",
"message_response": {
"total": 1,
"limit": 25,
"page": 1,
"dcm": [
{
"custom_device_name": "--",
"cr.domain_netbios_name": "WORKGROUP",
"ur.name": "All Users Group",
"policy_id": 14703,
"ta_type": 1,
"managedcomputer.friendly_name": "SYS-1",
"duration_type": 1,
"duration_to": 1755872590840,
"cr.name": "uesqa-w10-1",
"vendor_hex_id": "7812",
"os_platform": 1,
"allowed_devices": 0,
"policy_name": "AccessName_2424",
"is_agent_deployed_access": "smp.status.ytdeploy",
"device_type": "smp.dcm.removablestoragedevice",
"serial_number": "2425153",
"applied_time": 0,
"duration_from": 1755868990840,
"duration": 60,
"modified_time": 1755869002279,
"product_hex_id": "7822",
"parent_device_instance_id": "--"
}
]
},
"message_version": "1.4",
"status": "success"
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.