Fetches template package creation status, proxy configuration, latest template count, upgrade-available template count, and Patch DB sync status.
get /dcapi/swDeployment/sofwareTemplateParams
https://{serverurl}/dcapi/swDeployment/sofwareTemplateParams
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/swDeployment/sofwareTemplateParams \
--header 'Accept: application/sofwareTemplateParams.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'true if a template package creation task is in progress
true if any template packages have been created
true if a proxy server is configured
Number of latest-version templates available
Number of templates with newer versions available
true if Patch DB sync is in progress
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
Normal operational state
{
"upgradeTemplateCount": 12,
"pkgCreationStatus": false,
"isCreatedPackage": true,
"latestTemplateCount": 145,
"isProxyDefined": true,
"patchDBInprogress": false
}
Server error
{
"errorMessage": "Internal Server Error",
"errorCode": "INTERNAL_ERROR"
}
![]()
Duration: 1 minute | Threshold: 80 | 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.