Retrieves the list of patches and their status for a specific computer managed by.
This API endpoint is deprecating soon
get /api/1.4/patch/systemreport
https://{serverurl}/api/1.4/patch/systemreport
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Number of records per page.
Current page number for pagination.
Filter for system with a resource id
0: Unrated — no severity assigned, 1: Low — minimal impact, 2: Moderate — average impact, 3: Important — significant impact, 4: Critical — high impact or security risk
Windows/Mac/Linux
201: Installed — patch is already installed, 202: Missing — patch is not installed
211: Approved — patch has been approved for deployment, 0: Not Approved — patch approval is pending, 212: Declined — patch has been declined
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
curl --request GET \
--url https://appdomains/api/1.4/patch/systemreport \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Value: systemreport
Paginated system patch report data
Total number of patch records for the system
Array of patch objects for the given system
Unique patch identifier
Security bulletin identifier
Patch filename
Patch description
Severity: 0=Unrated, 1=Low, 2=Moderate, 3=Important, 4=Critical
Severity label (e.g., dc.common.CRITICAL)
Human-readable severity name
Patch type code
Update category name
Vendor name
Platform name
Approval status: 211=Approved, 212=Declined
Installation status: 201=Installed, 202=Missing, 203=Failed
Status label (e.g., dc.common.INSTALLED)
Download status code
Deployment status code
Patch release timestamp
Reboot: 0=Not Required, 1=Required
Uninstall: 0=Not Supported, 1=Supported
Superseding patch ID, or NA
Timestamp when patch was installed, or -- if not installed
Records per page
Current page number
API version: 1.0
Operation status: success
Response code: 200
Paginated list of patches for a specific system
{
"response_code": 200,
"message_type": "systemreport",
"message_response": {
"total": 64,
"systemreport": [
{
"severity": 4,
"affected_patch_status": 201,
"patch_id": 9110,
"patch_name": "office2007-kb2288621-fullfile-x86-glb.exe",
"patch_description": "Security Update for the 2007 Microsoft Office System (KB2288621)",
"vendor_name": "Microsoft",
"deployment_status": 209,
"superceded_by": "NA",
"severity_name": "dc.common.CRITICAL",
"bulletin_id": "MS10-063",
"update_name": "Security Updates",
"patch_noreboot": 0,
"patch_released_time": 1284402600000,
"affectedpatchstatusdefn.label": "dc.common.INSTALLED",
"patch_uninstall_status": 1,
"platform_name": "Windows",
"download_status": 221,
"patch_type": 0,
"installed_time": 1544818523000,
"pmseverity.name": "Critical",
"patch_status": 211
}
],
"limit": 25,
"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.