Retrieves the list of patch deployment tasks published to the Self Service Portal.
get /dcapi/patch/reports/SSPDeploymentList
https://{serverurl}/dcapi/patch/reports/SSPDeploymentList
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: All Tasks, 1: Manual Deployment, 2: APD (comma-separated)
curl --request GET \
--url https://appdomains/dcapi/patch/reports/SSPDeploymentList \
--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 deployment task entries
Number of systems where the task has been published
Name of the deployment task
Total number of target systems for the task
Number of systems yet to be published
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 deployment list
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": 4,
"messageResponse": [
{
"YetToPublish": "9",
"TaskName": "MyConfiguration3",
"TotalTargets": "9",
"PublishedSystems": "0"
},
{
"YetToPublish": "3",
"TaskName": "MyTask1",
"TotalTargets": "3",
"PublishedSystems": "0"
}
],
"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.