Page tree
Skip to end of metadata
Go to start of metadata

Description

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.

Request path

GET [REST URL]/group/getAllGroupSettingsTemplates

Example response

[
  {
    "id": [1002],
    "name": ["Group Template 1"]
  },
  {
    "id": [1003],
    "name": ["Group Template 2"]
  }
]
  • No labels