Retrieves the list of all patches supported and manageable by Endpoint Central.
This API endpoint is deprecating soon
get /api/1.4/patch/supportedpatches
https://{serverurl}/api/1.4/patch/supportedpatches
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Number of records per page.
Current page number for pagination.
Filter for patch with a particular 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
211: Approved — patch has been approved for deployment, 0: Not Approved — patch approval is pending, 212: Declined — patch has been declined
curl --request GET \
--url https://appdomains/api/1.4/patch/supportedpatches \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Pagination links for next and previous pages
URL for the next page of results, or null if on the last page
URL for the previous page of results, or null if on the first page
Array of supported patch entries
Security bulletin identifier
Transformed bulletin ID
Customer identifier
Download status, or null
Name of the user who approved the patch
Transformed approving user name
Whether patch is superceded: 0=No, 1=Yes
Approval status label key
Transformed approval status display
New patch info patch ID, or null
Full description of the patch
Transformed patch description
Image path for download status, or null
Label for download status, or null
Unique patch identifier
Patch language code
Patch file name
Transformed patch file name
Reboot requirement code: 0=Not Required, 1=May Require
Transformed reboot requirement display
Patch ID reference
Transformed patch ID reference
Patch release time in epoch milliseconds
Formatted patch release date
Patch remarks
Patch file size in bytes
Formatted patch file size
Patch status code
Patch supported time in epoch milliseconds
Formatted patch supported date
Patch type code
Uninstall support status code
Transformed uninstall status display
Patch updated time in epoch milliseconds
Last updated time in epoch milliseconds
Formatted last updated date and time
Patch details patch ID
Platform code: 1=Windows, 2=Mac, 3=Linux
Platform display name
Transformed platform name
PM patch location patch ID
PM patch type status code
Severity display name
Severity code
Severity label key
Transformed severity display
Software version/sequence number
Transformed version number
Image path for approval status
Superceded by patch ID, or NA
Transformed superceded by value
Update type ID
Update type name
Transformed update type name
Vendor name
Transformed vendor name
Pagination metadata
Operation result: success
Total number of pages available
Total number of records matching the query
Paginated list of all supported patches
{
"response_code": 200,
"message_type": "supportedpatches",
"message_response": {
"total": 21776,
"limit": 25,
"page": 1,
"supportedpatches": [
{
"severity": 1,
"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_noreboot": 1,
"patch_released_time": 1552974574000,
"patch_supported_time": 1552974574000,
"patch_size": 6537016,
"patch_uninstall_status": 0,
"platform_name": "Windows",
"download_status": 221,
"patch_type": 2,
"pmseverity.name": "Low",
"patch_status": 211
}
]
},
"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.