Retrieves all applicable patches across managed systems.
get /dcapi/patch/reports/applicablePatches
https://{serverurl}/dcapi/patch/reports/applicablePatches
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
1: Windows, 2: Mac, 3: Linux (comma-separated)
Domain name filter
0: Unrated, 1: Low, 2: Moderate, 3: Important, 4: Critical (comma-separated)
Branch office name filter
Custom group name filter
201: Installed, 202: Missing, 203: Failed (comma-separated)
Set True for mobile-optimized view
curl --request GET \
--url https://appdomains/dcapi/patch/reports/applicablePatches \
--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
Applicable patches report
{
"total": 3921,
"pageLimit": 25,
"data": [
{
"patchName": "KB5034765",
"severity": "Critical",
"approvalStatus": "Approved",
"patchId": 310521,
"missingCount": 15,
"installedCount": 85,
"vendorName": "Microsoft",
"platform": "Windows"
}
],
"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.