Retrieves patch summary metrics grouped by remote office.
get /dcapi/patch/reports/roSummary
https://{serverurl}/dcapi/patch/reports/roSummary
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
curl --request GET \
--url https://appdomains/dcapi/patch/reports/roSummary \
--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 remote office summary entries
Total number of applicable patches for this remote office
Number of systems with unknown health status
Number of healthy systems
Number of highly vulnerable systems
Total number of installed patches
Total number of managed computers
Total number of missing patches
Name of the remote office
Number of vulnerable systems
Pagination metadata
Operation result: success
Total number of pages available
Total number of records
Error code: INTERNAL_ERROR for server-side failures
Localized error description: dc.rest.api_internal_error
Remote office patch summary
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": 2,
"messageResponse": [
{
"ApplicablePatches": "473",
"MissingPatches": "457",
"VulnerableSystems": "0",
"HealthUnknownSystems": "2",
"RemoteOfficeName": "Default Remote Office",
"ManagedComputers": "14",
"InstalledPatches": "16",
"HighlyVulnerableSystems": "10",
"HealthySystems": "2"
},
{
"ApplicablePatches": "233",
"MissingPatches": "193",
"VulnerableSystems": "2",
"HealthUnknownSystems": "0",
"RemoteOfficeName": "localOfficeOne",
"ManagedComputers": "10",
"InstalledPatches": "40",
"HighlyVulnerableSystems": "2",
"HealthySystems": "6"
}
],
"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.