Retrieves details about a compliance policy custom group (target group) including name, status, creation info, schedule, and access permissions
get /dcapi/scap/compliance/map/CGDetails
https://{serverurl}/dcapi/scap/compliance/map/CGDetails
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Custom group resource ID
curl --request GET \
--url https://appdomains/dcapi/scap/compliance/map/CGDetails \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Custom group name
Creator first name
Collection ID for the association
Group category code (e.g., 2 = static, 7 = all computers)
Whether user has view access
Whether the collection is suspended
Whether actions are restricted for this user
Whether user can access the target group
Whether to show the modified banner
Schedule type (e.g., Daily, Weekly)
Next scheduled scan time
Unauthorized error code: credentials missing, expired, or invalid
Authentication failure reason
Rate limit error code returned when the API call reached threshold
Rate limit exceeded message with retry guidance
Policy group custom group details with schedule and access info
{
"schedule": "Daily",
"isSuspended": false,
"nextRunTime": "2026-04-01 02:00:00",
"isActionRestricted": false,
"createdBy": "Admin",
"showModifiedBanner": false,
"name": "Production Servers",
"isTargetGroupAccessible": true,
"collectionId": 5001,
"viewAccess": true,
"cgCategory": 2
}
Authentication credentials are missing or invalid
{
"errorMessage": "Authentication required",
"errorCode": "UNAUTHORIZED"
}
API call threshold exceeded
{
"errorMessage": "Rate limit exceeded. Retry after some time",
"errorCode": "TOO_MANY_REQUESTS"
}
![]()
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.