Retrieves a list of missing patches that are pending approval.
get /dcapi/patch/reports/unapprovedMissingPatches
https://{serverurl}/dcapi/patch/reports/unapprovedMissingPatches
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)
Application name filter
Hardware type filter (comma-separated)
0: Unrated, 1: Low, 2: Moderate, 3: Important, 4: Critical (comma-separated)
0: Security Updates, 1: Critical Updates, 2: Third-Party Updates, 3: Updates, 4: Definition Updates, 5: Service Packs, 6: Feature Packs, 7: Rollups, 8: Tools, 9: Driver, 10: Optional Updates, 11: Preview Rollups, 12: BIOS (comma-separated)
curl --request GET \
--url https://appdomains/dcapi/patch/reports/unapprovedMissingPatches \
--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
Unapproved missing patches
{
"total": 42,
"pageLimit": 25,
"data": [
{
"patchName": "chrome_installer_120.exe",
"severity": "Important",
"patchId": 310450,
"patchType": "Third Party Updates",
"missingCount": 30,
"vendorName": "Google",
"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.