Retrieves systems that are not mapped to any Automated Patch Deployment (APD) task.
get /dcapi/patch/reports/apdNotMappedSystems
https://{serverurl}/dcapi/patch/reports/apdNotMappedSystems
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Number of records per page (default 25)
Page number to retrieve (1-based)
Column name to search within
Value to search for in the specified column
Domain name filter
Branch office name filter
Custom group name filter
Operating system name filter
Service pack filter
IP address filter
MAC address filter
curl --request GET \
--url https://appdomains/dcapi/patch/reports/apdNotMappedSystems \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Array of report-specific data records
Total number of records
Current page number
Records per page
Error code: INTERNAL_ERROR for server-side failures
Localized error description: dc.rest.api_internal_error
APD not-mapped systems
{
"total": 25,
"pageLimit": 25,
"data": [
{
"MACAddress": "00:1A:2B:3C:4D:5E",
"computerName": "WS-GUEST-005",
"domainName": "GUEST",
"ipAddress": "192.168.1.105",
"operatingSystem": "Windows 10 Pro"
}
],
"page": 1
}
Server-side error
{
"error_description": "dc.rest.api_internal_error",
"error_code": "INTERNAL_ERROR"
}
![]()
Duration: 1 minute | Threshold: 50 | 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.