Retrieves detailed audit-level information about a specific patch installation status across all applicable systems.
This API endpoint is deprecating soon
get /api/1.4/patch/patchdetails
https://{serverurl}/api/1.4/patch/patchdetails
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Number of records per page.
Current page number for pagination.
Get domain list from api/1.4/desktop/serverproperties
Get branch office list from api/1.4/desktop/serverproperties
Get Custom Group list from api/1.4/desktop/serverproperties
0: Unrated — no severity assigned, 1: Low — minimal impact, 2: Moderate — average impact, 3: Important — significant impact, 4: Critical — high impact or security risk
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
Windows/Mac/Linux
curl --request GET \
--url https://appdomains/api/1.4/patch/patchdetails \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Value: patchdetails
Paginated patch-level audit data per system
Total number of patch detail records
Array of patch detail objects per system
Resource ID of the system
Computer name
Domain name
System IP address
Operating system name
Service pack or OS version
Unique patch identifier
Patch filename or KB name
Detailed patch description
Security bulletin identifier
Severity level: 0=Unrated, 1=Low, 2=Moderate, 3=Important
Human-readable severity name
Update type: Security Updates, Third Party Updates, etc.
Patch vendor name
Patch release timestamp
Patch file size in bytes
Patch ID that supersedes this patch, or NA
Records per page
Current page number
API version: 1.0
Operation status: success
Response code: 200
Patch details with system-level status
{
"response_code": 200,
"message_type": "patchdetails",
"message_response": {
"total": 5,
"limit": 25,
"patchdetails": [
{
"severity": 3,
"patch_id": 23956,
"resource.name": "COMPUTER-01",
"patch_name": "SQLPreReqHandler_KB4057116_x64.exe",
"patch_description": "Security update for SQL Server 2012 SP4 x64 (KB4057116)",
"vendor_name": "Microsoft",
"superceded_by": "NA",
"ip_address": "172.24.143.191",
"bulletin_id": "MS18-JAN9",
"update_name": "Security Updates",
"patch_released_time": 1515715200000,
"patch_size": 0,
"resource.domain_netbios_name": "DOMAIN",
"service_pack": "Windows Server 2012 R2 Gold (x64)",
"resource_id": 50924,
"os_name": "Windows Server 2012 R2 Standard Edition (x64)",
"pmseverity.name": "Important"
}
],
"page": 1
},
"message_version": "1.0",
"status": "success"
}
![]()
Duration: 1 minute | Threshold: 30 | 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.