Retrieves all deployment configurations associated with a custom group including per-deployment status counts for installed, failed, and pending targets.
get /dcapi/swDeployment/cgDeployments
https://{serverurl}/dcapi/swDeployment/cgDeployments
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Resource ID of the custom group. Obtain from the groupResourceId field in the response of the List SSP Publish Groups API.
curl --request GET \
--url 'https://appdomains/dcapi/swDeployment/cgDeployments?customGroupId=SOME_INTEGER_VALUE' \
--header 'Accept: application/cgDeployments.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Resource ID of the custom group
Array of deployment configurations
Collection ID of the deployment configuration
Name of the deployed software package
Deployment status for the group
Total number of target resources
Number of successful installations
Number of failed installations
Number of pending installations
INTERNAL_ERROR for publish/modify failures, SW_INTERNAL_ERROR for SSP configuration errors
Internal server error with details about the SSP publish or group operation failure
Group has active deployments
{
"deploymentDetails": [
{
"failedCount": 5,
"installedCount": 35,
"packageName": "7-Zip 23.01",
"totalTargets": 50,
"collectionId": 5001,
"status": "In Progress",
"yetToInstallCount": 10
}
],
"customGroupId": 301
}
Server error
{
"errorMessage": "Internal Server Error",
"errorCode": "INTERNAL_ERROR"
}
![]()
Duration: 1 minute | Threshold: 30 | 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.