Retrieves systems filtered by applicable patch criteria.
get /dcapi/patch/reports/systems
https://{serverurl}/dcapi/patch/reports/systems
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Number of records per page (default 25)
Page number to retrieve (1-based)
Column name to search within
Value to search for in the specified column
1: Windows, 2: Mac, 3: Linux (comma-separated)
Domain name filter
Branch office name filter
Custom group name filter
1: Agent Live, 2: Agent Down (comma-separated)
KB number filter (like match)
Set True for mobile-optimized view
curl --request GET \
--url https://appdomains/dcapi/patch/reports/systems \
--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 system entries
Active Directory description, or --
Name of the computer
Live status of the computer: 1=Live, 2=Down
Number of critical severity missing patches
Current deployment status code
Friendly display name of the device
Domain name of the computer
Number of failed patches
Fully qualified domain name of the system
System health status: 0=Unknown, 1=Healthy, 2=Vulnerable, 3=Highly Vulnerable
Number of important severity missing patches
Number of installed BIOS patches
Number of installed driver patches
Number of installed Microsoft patches
Number of installed patches
Number of installed third-party patches
IP address of the system
Language of the operating system
Time the last action was initiated, or --
Last boot time of the system
Last time the agent contacted the server
Last contacted time with distribution server, or --
Last operation performed, or --
Last time a patch was applied, or --
Last scan time
Last successful scan time, or --
Location of the system, or --
Currently logged on users
Number of low severity missing patches
MAC address of the system
Number of missing BIOS patches
Number of missing driver patches
Number of missing Microsoft patches
Number of missing patches
Number of missing third-party patches
Number of moderate severity missing patches
Admin notes, or --
Full operating system name and architecture
Platform: Windows, Mac, Linux
Owner of the system, or --
Email of the system owner, or --
Processor architecture code
Reboot required status, or null
Deployment remarks, or --
Remote office name
Scan remarks or status message
Scan status code
Search tag, or --
Service pack or OS version
Shutdown status, or null
Timezone offset in minutes
Total BIOS patches count
Total driver patches count
Total Microsoft patches count
Total patches count
Total third-party patches count
Pagination metadata
Operation result: success
Total number of pages available
Total number of records matching the query
Error code: INTERNAL_ERROR for server-side failures
Localized error description: dc.rest.api_internal_error
Systems report data
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": 1,
"messageResponse": [
{
"Owner": "--",
"TotalPatches": "11",
"LastBootTime": "Dec 14, 2015 10:44 AM",
"LastScan": "Mar 3, 2025 06:21 PM",
"ScanRemarks": "Problem while genera...",
"ShutdownStatus": "--",
"Remarks": "--",
"CriticalPatchCount": "2",
"LastContactTime": "Mar 3, 2025 06:20 PM",
"LastOperation": "--",
"MissingDriverPatches": "0",
"InstalledTpPatches": "9",
"InstalledPatches": "0",
"MissingMsPatches": "2",
"InstalledBiosPatches": "0",
"DeviceFriendlyName": "WinMachine13",
"InstalledDriverPatches": "0",
"LastActionInitiatedOn": "--",
"ImportantPatchCount": "2",
"MacAddress": "d4:67:b7:a0:13",
"TotalTpPatches": "12",
"ModeratePatchCount": "1",
"MissingBiosPatches": "0",
"FailedPatches": "0",
"ComputerName": "WinMachine13",
"ServicePack": "Windows 11 Version 21H2 (x64)",
"Domain": "ZOHOCORP",
"MissingTpPatches": "3",
"OperatingSystem": "Windows 11 Enterprise for Virtual Desktops (x64)",
"ProcessorArchitecture": "0",
"InstalledMsPatches": "12",
"LastPatchedTime": "--",
"TimezoneOffset": "-480",
"LastContactedTimeWithDs": "--",
"RemoteOffice": "Default Remote Office",
"TotalBiosPatches": "0",
"ComputerLiveStatus": "1",
"TotalMsPatches": "14",
"Language": "Spanish",
"ScanStatus": "228",
"TotalDriverPatches": "0",
"SearchTag": "--",
"Notes": "--",
"OwnerEmail": "--",
"RebootRequiredStatus": "--",
"Health": "Vulnerable",
"OsPlatform": "Windows",
"FqdnName": "WINMACHINE13.CSEZ.ZOHOCORPIN.COM",
"LastSuccessfulScan": "--",
"LoggedOnUsers": "Application Control Manager",
"AdDescription": "--",
"LowPatchCount": "0",
"MissingPatches": "0",
"IpAddress": "149.68.109.72",
"DeploymentStatus": "208",
"Location": "--"
}
],
"totalPages": 1,
"Links": {
"next": null,
"prev": null
},
"status": "success"
}
Server-side error
{
"error_description": "dc.rest.api_internal_error",
"error_code": "INTERNAL_ERROR"
}
![]()
Duration: 1 minute | Threshold: 50 | 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.