Get
/group/getAllGroupSettingsTemplates
Gets all GroupSettingsTemplates that are defined in the system.
GroupSettingTemplates predefine several settings in a template and can be applied using /group/overrideGroupSettings call.
The mechanism for using GroupSettingTemplates is only available in a special configuration.
Responses
200
Example response:
[{
"id": 1,
"name": "test template 0903"
}]
object
id
integer (int64)
name
string
400