Skip to main content
Version: 4.0.2

Get template filters by groupId

GET 

/notifications-srv/templategroups/:id/templatefilters

Returns the distinct filter values available for templates in the given template group (id), aggregated from stored template rows.

Use this endpoint to discover which templateKey, locale, communicationMethod, processingType, and usageType combinations exist for a group—for example to populate Admin-style filter dropdowns or to validate criteria before calling Find Templates by Filter.

Response data fields: groupId, templateKeys, communicationMethods, locales, processingTypes, usageTypes.

Notes:

  • Does not return template content, enabled, or isDraft; use Find Templates by Filter for full records.
  • Excludes templates with owner core.
  • HTTP 404 when no templates exist for the group.
  • Requires scope cidaas:templates_read.

Available from cidaas version 3.101.2. See Template filters API in the guides.

Request

Responses

OK