This API provides detailed information about the installation status of a given patch on all applicable computers within the Endpoint Central environment.
This API endpoint is deprecating soon
get /api/1.4/patch/allpatchdetails
https://{serverurl}/api/1.4/patch/allpatchdetails
DesktopCentralCloud.PatchMgmt.READCopied!
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
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
201: Installed — patch is already installed, 202: Missing — patch is not installed
Get domain list from api/1.4/desktop/serverproperties
Windows/Mac/Linux
Get branch office list from api/1.4/desktop/serverproperties
Get Custom Group list from api/1.4/desktop/serverproperties
Number of records per page.
Current page number for pagination.
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://appdomain/api/1.4/patch/allpatchdetails \
--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 patch-system mapping entries
Affected patch status code
Agent last bootup time in epoch milliseconds
Agent last contact time in epoch milliseconds
Formatted agent last contact time
Logged on users on the agent
Transformed logged on users
Agent version string
Transformed agent version
Branch office name
Transformed branch office name
Security bulletin identifier
Transformed bulletin ID
Collection name, or null
Transformed collection name
Computer live status code
Computer status update time in epoch milliseconds
Configuration ID, or null
Transformed configuration ID
Deployment remarks, or null
Deployment remarks arguments, or null
Transformed deployment remarks
Deployer first name, or null
Transformed deployer name
Deployment status, or null
Domain NetBIOS name
Transformed domain name
Name of the user who approved the patch
Transformed approving user name
Friendly computer name
Transformed friendly name
Internationalization language
Transformed i18n value
Image path for approval status
Installation error code, or null
Installation time in epoch milliseconds, or null
Formatted installation time
IP address of the system
Transformed IP address
Approval status label key
Transformed approval status display
MAC address of the system
Transformed MAC address
Managed computer resource ID
OS language code
Operating system name
Transformed OS name
OS platform code
Image path for patch affected status
Patch affected status label key
Transformed patch affected status
Full description of the patch
Transformed patch description
Unique patch identifier
Transformed patch ID
Image path for install status, or null
Install status label, or null
Transformed install status label
Patch file name
Transformed patch file name
Patch release time in epoch milliseconds
Formatted patch release date
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
Last updated time in epoch milliseconds
Formatted last updated date and time
Platform code: 1=Windows, 2=Mac, 3=Linux
Platform display name
Severity display name
Resource identifier
Resource/computer name
Transformed resource name
Resource MAC/IP resource ID
Service pack version
Transformed service pack
Severity code
Severity label key
Transformed severity display
Software version/sequence number
Transformed version number
Superceded by patch ID, or NA
Transformed superceded by value
Update type name
Transformed update type name
User ID of approver
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 patch status across all applicable systems
{
"response_code": 200,
"message_type": "allpatchdetails",
"message_response": {
"total": 5,
"allpatchdetails": [
{
"severity": 3,
"branch_office_name": "Local Office",
"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",
"deployment_status": "--",
"superceded_by": "NA",
"ip_address": "172.24.143.191",
"bulletin_id": "MS18-JAN9",
"update_name": "Security Updates",
"patch_released_time": 1515715200000,
"patch_size": 0,
"affectedpatchstatusdefn.label": "dc.common.INSTALLED",
"agent_version": "10.0.267.W",
"resource.domain_netbios_name": "DOMAIN",
"service_pack": "Windows Server 2012 R2 Gold (x64)",
"patch_uninstall_status": 0,
"os_name": "Windows Server 2012 R2 Standard Edition (x64)",
"patch_type": 0,
"resource.resource_id": 50924,
"pmseverity.name": "Important",
"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.