Retrieves systems running Windows 10 versions that are reaching or have reached end-of-life.
get /dcapi/patch/reports/Win10EoLSystems
https://{serverurl}/dcapi/patch/reports/Win10EoLSystems
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
Domain name filter
Branch office name filter
curl --request GET \
--url https://appdomains/dcapi/patch/reports/Win10EoLSystems \
--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 Windows 10 EoL system entries
Name of the computer
Friendly display name of the device
Domain name of the computer
ESU activation status: Activated, Not Activated, Not Applicable
IP address of the system
Currently logged on users
Full operating system name and architecture
Owner of the system, or --
Remote office name
Service pack or OS version
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
Win10 EoL systems
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": 2,
"messageResponse": [
{
"LoggedOnUsers": "Guest",
"OperatingSystem": "Windows 10 Professional Edition (x64)",
"EsuActivationStatus": "Not Applicable",
"Owner": "--",
"DeviceFriendlyName": "WinMachine11",
"ComputerName": "WinMachine11",
"ServicePack": "Windows 10 Version 1511 (x64)",
"IpAddress": "156.127.43.242",
"Domain": "linuxosgroup",
"RemoteOffice": "localOfficeOne"
},
{
"LoggedOnUsers": "Administrator",
"OperatingSystem": "Windows 10 Professional Edition (x64)",
"EsuActivationStatus": "Not Applicable",
"Owner": "--",
"DeviceFriendlyName": "WinMachine5",
"ComputerName": "WinMachine5",
"ServicePack": "Windows 10 Version 21H2 (x64)",
"IpAddress": "215.233.207.204",
"Domain": "ZOHOCORP",
"RemoteOffice": "localOfficeTwo"
}
],
"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.