Retrieves a list of all patch deployment policies configured in Endpoint Central.
This API endpoint is deprecating soon
get /api/1.4/patch/deploymentpolicies
https://{serverurl}/api/1.4/patch/deploymentpolicies
DesktopCentralCloud.PatchMgmt.READCopied!
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Number of records per page.
Current page number for pagination.
curl --request GET \
--url https://appdomain/api/1.4/patch/deploymentpolicies \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Value: deploymentpolicies
Paginated deployment policies data
Total number of deployment policies
Array of deployment policy objects
Unique deployment policy template identifier
Deployment policy name
User ID of the policy creator
Username of the policy creator
Customer/tenant identifier
Policy creation timestamp
Policy last modified timestamp
Whether the policy is active
Whether this is the default deployment policy
Records per page
Current page number
API version: 1.0
Operation status: success
Response code: 200
Paginated list of deployment policies
{
"response_code": 200,
"message_type": "deploymentpolicies",
"message_response": {
"total": 44,
"deploymentpolicies": [
{
"creation_time": 1552544237529,
"template_name": "My Policy 939",
"is_template_alive": true,
"modified_time": 1552544237529,
"set_as_default": false,
"user_id": 1,
"template_id": 8103,
"customer_id": 1,
"first_name": "admin"
}
],
"limit": 25,
"page": 1
},
"message_version": "1.0",
"status": "success"
}
![]()
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.