Retrieves the patch database synchronization scheduler configuration.
get /dcapi/patch/settings/schedulerPatchDatabase
https://{serverurl}/dcapi/patch/settings/schedulerPatchDatabase
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/patch/settings/schedulerPatchDatabase \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Whether the scheduler is enabled
Scheduler type: Daily, Weekly, Monthly
Scheduled time in HH:mm format
Scheduled days of the week (1-7)
Last execution timestamp in milliseconds since epoch
Next execution timestamp in milliseconds since epoch
Patch database scheduler configuration
{
"schedulerDays": [
1,
2,
3,
4,
5
],
"nextExecutionTime": 1553145000000,
"schedulerEnabled": true,
"schedulerTime": "02:00",
"schedulerType": "Daily",
"lastExecutionTime": 1553058600000
}
![]()
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.