Used to get deployment data
get /intelligence/api/deployments/v2/{deploymentId}
https://{serverurl}/intelligence/api/deployments/v2/{deploymentId}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/intelligence/api/deployments/v2/{deploymentId} \
--header 'Accept: application/getDeployment.v2+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Core deployment configuration
Deployment name and description
Deployment type code: 0=Immediate, 1=Scheduled, 2=Trigger
Target selection for the deployment
Included target custom groups
Display name of the target custom group
Custom group identifier. Fetch from Get Deployment Targets
Resources included in the deployment
Resource type identifier. Fetch from Get Deployment Resources
Resource version identifier. Fetch from Get Published Resources
Name of the resource
{
"targetData": {
"included": [
{
"label": "All Windows Devices",
"value": "10"
}
]
},
"resourcesDetails": [
{
"versionID": 1001,
"resourceTypeID": 1,
"resourceName": "Onboarding Workflow"
}
],
"deploymentData": {
"deploymentType": 0,
"details": {
"name": "Onboarding Deployment",
"description": "Deploy onboarding workflow to all Windows devices"
}
}
}
![]()
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.