Returns the template details for a specific system tools task template, including the pre-configured tool selection and parameters. Used to populate the task creation form with predefined template defaults.
get /dcapi/tools/systemTools/template/{templateId}
https://{serverurl}/dcapi/tools/systemTools/template/{templateId}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The unique identifier of the template
curl --request GET \
--url https://appdomains/dcapi/tools/systemTools/template/{templateId} \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Unique identifier of the system tools template
User-defined name of the system tools template
Array of selected tool identifiers included in this template
{
"toolSelection": [
"CHECK_DISK",
"DISK_DEFRAGMENTER",
"CLEAN_UP_DISK"
],
"templateName": "Full Disk Maintenance",
"templateId": 3
}
![]()
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.