Returns group records used in deployment workflows. Supports pagination and search.
https://{serverurl}/dcapi/assets/dcmgroups
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Search text for filtering groups
Pagination start index
Maximum number of records to return per page
Smart search flag
View type or filter mode
curl --request GET \
--url https://appdomains/dcapi/assets/dcmgroups \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json'List of deployment group records
Unique group identifier
Name of the group
Custom group category
Domain name
Whether the group target is computable
Error code identifying the type of error
Human-readable error message
DCM groups response
{
"dcmgroups": [
{
"groupName": "All Devices",
"domain": "ZOHOCORP",
"id": "1",
"cgCategory": 1,
"isTargetComputable": true
}
]
}
Internal server error
{
"errorCode": "INTERNAL_ERROR",
"errorMsg": "Internal Server 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.