Returns a paginated list of available configuration templates. Supports optional filtering by template name using a search keyword, and pagination via offset and limit parameters.
get /dcapi/configuration/templates
https://{server-hostname}:8383/dcapi/configuration/templates
Configurations.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/configuration/templates \
--header 'Accept: application/configTemplates.v1+json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Array of template summary objects matching the filter criteria
The unique template ID
Display name of the template
Configuration type name such as Firewall, BrowserConfig, CustomScript
Target platform — Windows, Mac, or Linux
Username of the template creator
Timestamp of template creation
Total number of templates matching the search criteria
Unauthorized error code returned when authentication credentials are missing, expired, or invalid (authentication=required)
Authentication failure reason
Paginated list of configuration templates
{
"templates": [
{
"templateName": "Firewall_Policy_Template",
"createdBy": "admin",
"createdTime": "2026-03-15 10:00:00",
"templateId": 1001,
"configType": "Firewall",
"platform": "Windows"
},
{
"templateName": "Chrome_Settings_Template",
"createdBy": "admin",
"createdTime": "2026-03-16 11:30:00",
"templateId": 1002,
"configType": "BrowserConfig",
"platform": "Windows"
}
],
"totalCount": 25
}
User lacks read role
{
"error_description": "Access denied - You are not allowed to access the requested resource.",
"error_code": "UAC_UNAUTHORIZED"
}
![]()
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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.