Retrieves a paginated list of patches that have been successfully installed across managed systems including severity, vendor, and installed system counts.
This API endpoint is deprecating soon
get /api/1.4/patch/installedpatches
https://{server-hostname}:8383/api/1.4/patch/installedpatches
PatchMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/api/1.4/patch/installedpatches \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Value: installedpatches
Paginated installed patches data
Total number of installed patches
Array of installed patch objects
Unique patch identifier
Security bulletin identifier
Patch filename
Patch description
Severity: 0=Unrated, 1=Low, 2=Moderate, 3=Important, 4=Critical
Count of systems where this patch is installed
Platform name
Update category
Patch release timestamp
Uninstall: 0=Not Supported, 1=Supported
Patch file size in bytes
Vendor name
Superseding patch ID, or NA
Records per page
Current page number
API version: 1.0
Operation status: success
Response code: 200
Paginated installed patches
{
"response_code": 200,
"message_type": "installedpatches",
"message_response": {
"total": 2307,
"installedpatches": [
{
"severity": 1,
"installed": 48,
"patch_id": 309239,
"patch_name": "BANDIZIP-SETUP.EXE",
"patch_description": "Bandizip (6.22.0.0)",
"vendor_name": "Bandisoft",
"superceded_by": "NA",
"bulletin_id": "TU-075",
"update_name": "Third Party Updates",
"patch_released_time": 1552974574000,
"patch_size": 6537016,
"patch_uninstall_status": 0,
"platform_name": "Windows"
}
],
"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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.