Returns the list of available default targets (computers, groups, custom groups) that can be selected when creating a scheduled power operation task. Accepts 'platform' and 'isDetailView' query parameters.
get /dcapi/tools/shutdown/tasks/defaultTargets
https://{serverurl}/dcapi/tools/shutdown/tasks/defaultTargets
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Platform filter to scope the list of available targets. Accepted values: 1 (Windows), 2 (macOS), 3 (Linux)
Set to true to return full target details; false returns a summary list
curl --request GET \
--url https://appdomains/dcapi/tools/shutdown/tasks/defaultTargets \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Array of target objects with targetType (CustomGroup/Domain), targetName, targetId, and computerCount
{
"targets": [
{
"computerCount": 40,
"targetName": "Engineering",
"targetId": 1,
"targetType": "CustomGroup"
}
]
}
![]()
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.