Retrieves the detailed Self Service Portal view with deployment status information.
get /dcapi/patch/reports/SSPDetailedView
https://{serverurl}/dcapi/patch/reports/SSPDetailedView
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
0: Unrated, 1: Low, 2: Moderate, 3: Important, 4: Critical (comma-separated)
Bulletin ID filter (comma-separated)
Deployment date filter (comma-separated)
Computer name filter
Domain name filter
Service pack filter
Operating system name filter
curl --request GET \
--url https://appdomains/dcapi/patch/reports/SSPDetailedView \
--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 detailed view entries
Patch approval status: Approved, Not Approved
Security bulletin identifier
Name of the target computer
Date when the patch was deployed, or -- if not deployed
Current deployment status, or -- if not deployed
Domain name of the computer
Full operating system name and architecture
Full description of the patch
Unique patch identifier
Current patch status: Missing, Installed
Category of patch: Security Updates, Rollups, etc.
Additional remarks or -- if none
Service pack or OS version of the computer
Patch severity: Critical, Important, Moderate, Low, Unrated
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 detailed view
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": 2,
"messageResponse": [
{
"OperatingSystem": "Windows 11 Professional Edition (x64)",
"ApproveStatus": "Approved",
"BulletinId": "MS24-DEC3",
"PatchStatus": "Missing",
"PatchId": "40280",
"Severity": "Critical",
"DeployedDate": "--",
"Remarks": "--",
"ComputerName": "WinMachine1",
"ServicePack": "Windows 11 Version 23H2 (x64)",
"PatchDescription": "2024-12 Cumulative Update for Windows 11 Version 23H2 for x64-based Systems (KB5048685) (CVE-2024-49138)",
"PatchType": "Security Updates",
"Domain": "ZOHOCORP",
"DeploymentStatus": "--"
},
{
"OperatingSystem": "Windows 11 Professional Edition (x64)",
"ApproveStatus": "Approved",
"BulletinId": "MS22-JAN14",
"PatchStatus": "Missing",
"PatchId": "32830",
"Severity": "Important",
"DeployedDate": "--",
"Remarks": "--",
"ComputerName": "WinMachine1",
"ServicePack": "Windows 11 Version 23H2 (x64)",
"PatchDescription": "KB5009719, 2022-01 Security and Quality Rollup for .NET Framework 4.5.2 for Windows 7 for x64 (KB5008860) (ESU)",
"PatchType": "Rollups",
"Domain": "ZOHOCORP",
"DeploymentStatus": "--"
}
],
"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.