Retrieves the remote office compliance report with patch status per remote office.
get /dcapi/patch/reports/roCompliance
https://{serverurl}/dcapi/patch/reports/roCompliance
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
0: Unrated, 1: Low, 2: Moderate, 3: Important, 4: Critical (comma-separated)
Branch office name filter
Compliance status filter (comma-separated)
curl --request GET \
--url https://appdomains/dcapi/patch/reports/roCompliance \
--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 compliance entries
Compliance percentage (e.g., 0%, 84%)
Compliance status: Compliant, Non-compliant
Number of compliant systems
Number of installed patches
Number of managed computers in the remote office
Number of missing patches
Number of non-compliant systems
Name of the remote office
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
Remote office compliance data
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": 2,
"messageResponse": [
{
"CompliancePercentage": "0%",
"NonCompliantSystems": "10",
"ComplianceStatus": "Non-compliant",
"CompliantSystems": "0",
"MissingPatches": "193",
"RemoteOfficeName": "localOfficeOne",
"ManagedComputers": "10",
"InstalledPatches": "40"
},
{
"CompliancePercentage": "0%",
"NonCompliantSystems": "14",
"ComplianceStatus": "Non-compliant",
"CompliantSystems": "0",
"MissingPatches": "457",
"RemoteOfficeName": "Default Remote Office",
"ManagedComputers": "14",
"InstalledPatches": "16"
}
],
"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.