Retrieves a list of all approved patches with approval timestamps and approver details.
get /dcapi/patch/settings/approvedPatches
https://{serverurl}/dcapi/patch/settings/approvedPatches
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Page number for pagination
Maximum number of records per page
curl --request GET \
--url https://appdomains/dcapi/patch/settings/approvedPatches \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Array of approved patch objects
Unique patch identifier
Patch name or KB number
Timestamp when patch was approved in milliseconds since epoch
Username of the user who approved the patch
Total number of approved patches
Current page number
Number of records per page
Paginated approved patches list
{
"total": 100,
"approvedPatches": [
{
"patchName": "KB1234567",
"patchId": 12345,
"approvedTime": 1553058600000,
"approvedBy": "admin"
}
],
"limit": 25,
"page": 1
}
![]()
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.