Used to get deployment overview data for the deployment id
https://{serverurl}/intelligence/api/deployments/details/{deploymentId}/overview
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/intelligence/api/deployments/details/{deploymentId}/overview \
--header 'Accept: application/deploymentDetailsOverview.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Deployment header details
Deployment name and creation info
Deployment name
Formatted creation time
User who created the deployment
Target groups for the deployment
Included target groups
Name of the target custom group
Custom group resource identifier
Allowed actions for the current user (e.g., suspend, trash)
Detail-page tabs to render
Internal tab identifier
Tab display label
UI route for the tab
{
"targetData": {
"included": [
{
"groupName": "All Windows Devices",
"cgResourceId": "10"
}
]
},
"tabs": [
{
"route": "details.index",
"displayName": "Summary",
"name": "deployment-summary"
},
{
"route": "details.deployment-status",
"displayName": "Deployment Status",
"name": "deployment-status"
}
],
"deploymentData": {
"details": {
"createdBy": "admin",
"name": "Onboarding Deployment",
"createdTime": "Apr 01, 2025 10:30 AM"
}
},
"actions": [
"suspend",
"trash"
]
}
![]()
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.