Returns the default form values and configuration required to initialize the create-task form for a scheduled Wake on LAN task. Accepts an optional 'platform' query parameter to pre-filter platform-specific defaults.
get /dcapi/tools/wol/tasks/ScheduledTask
https://{serverurl}/dcapi/tools/wol/tasks/ScheduledTask
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Platform filter to pre-load platform-specific default values. Accepted values: 1 (Windows), 2 (macOS), 3 (Linux)
curl --request GET \
--url https://appdomains/dcapi/tools/wol/tasks/ScheduledTask \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Auto-generated default task name prefilled in the WOL task creation form
Array of platform objects with id, name, and isEnabled flag
Default UDP port used for Wake on LAN magic packets
Default wait time in seconds between WOL retry attempts
{
"defaultTaskName": "WOL Task - 25 Mar 2026",
"defaultWaitTime": 3,
"platforms": [
{
"isEnabled": true,
"name": "Windows",
"id": 1
}
],
"defaultWolPort": 9
}
![]()
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.