Retrieves the list of patches yet to be applied via the Self Service Portal.
get /dcapi/patch/reports/SSPPatchview
https://{serverurl}/dcapi/patch/reports/SSPPatchview
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
Operating system ID filter (comma-separated)
na: Not Applicable, active: Activated, notActive: Not Activated (comma-separated)
curl --request GET \
--url https://appdomains/dcapi/patch/reports/SSPPatchview \
--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 SSP patch view entries
Security bulletin identifier (e.g., MS22-JAN14, MS24-DEC3)
Full description of the patch
Unique patch identifier
Target platform: Windows, Mac, Linux
Number of systems where this patch has been published via SSP
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
SSP Patch View data
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": 2,
"messageResponse": [
{
"BulletinId": "MS22-JAN14",
"Platform": "Windows",
"PatchDescription": "KB5009719, 2022-01 Security and Quality Rollup for .NET Framework 4.5.2 for Windows 7 for x64 (KB5008860) (ESU)",
"PatchId": "32830",
"PublishedSystems": 1
},
{
"BulletinId": "MS24-DEC3",
"Platform": "Windows",
"PatchDescription": "2024-12 Cumulative Update for Windows 11 Version 23H2 for x64-based Systems (KB5048685) (CVE-2024-49138)",
"PatchId": "40280",
"PublishedSystems": 1
}
],
"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.