Returns the configuration details of the specified Wake on LAN task in edit mode, including task name, target settings, schedule, and current status. Used to populate the edit task form.
get /dcapi/tools/wol/tasks/{taskId}
https://{serverurl}/dcapi/tools/wol/tasks/{taskId}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The unique identifier of the task
curl --request GET \
--url https://appdomains/dcapi/tools/wol/tasks/{taskId} \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Scheduled WOL task unique identifier
User-defined task name
Target platform: 1=Windows
Task status: Active, Suspended
Schedule type: once, daily, weekly, monthly
Next scheduled execution time (epoch)
{
"nextRunTime": 1711425600000,
"scheduleType": "daily",
"targetValue": "Engineering",
"taskName": "Morning WOL",
"targetType": "CustomGroup",
"taskId": 18,
"platform": 1,
"status": "Active"
}
![]()
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.