Returns the full configuration details of the specified system tools collection, including all component tool settings (Check Disk, Defragmenter, Disk Cleanup, Task Scheduler), target settings, and schedule information.
get /dcapi/tools/systemTools/{collectionId}
https://{serverurl}/dcapi/tools/systemTools/{collectionId}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The unique identifier of the system tools collection
curl --request GET \
--url https://appdomains/dcapi/tools/systemTools/{collectionId} \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'System tools collection task unique identifier
User-defined task label
Task description
Deployment action: Deploy
Reboot flag: 0=No reboot, 1=Reboot after execution
Target configuration object with targetType, targetValue, and envType
Array of tool configuration objects containing toolDetails
{
"deployAction": "Deploy",
"configDetails": [
{
"toolDetails": {
"temporaryFiles": true,
"internetCacheFiles": true,
"recycleBin": true
}
}
],
"description": "Cleans up temp files and recycle bin",
"label": "Weekly Disk Cleanup",
"collectionId": 12,
"targetDetails": {
"envType": 0,
"targetValue": "Engineering",
"targetType": "CustomGroup"
},
"rebootClientComputers": "0"
}
![]()
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.