Retrieves all software entries that currently have auto-update enabled, along with their associated policy IDs.
get /dcapi/swDeployment/getAutoUpdateEnabledSWList
https://{serverurl}/dcapi/swDeployment/getAutoUpdateEnabledSWList
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/swDeployment/getAutoUpdateEnabledSWList \
--header 'Accept: application/getAutoUpdateEnabledSWList.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Array of software entries with auto-update enabled
Software identifier for which auto-update is enabled
Auto-update policy ID associated with this software
INTERNAL_ERROR for general failures, SW_INTERNAL_ERROR for software deployment internal errors
Internal server error with details about the template/auto-update operation failure
Software with auto-update enabled
{
"softwareIds": [
{
"softwareId": 2001,
"policyId": 1
},
{
"softwareId": 2003,
"policyId": 2
}
]
}
Server error
{
"errorMessage": "Internal Server Error",
"errorCode": "INTERNAL_ERROR"
}
![]()
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.