v2

latestOpenAPI 3.0.32026-07-21141927.6 KB
Template

listNotificationTemplates

List notification templates with optional filtering and pagination

get/v1/notification/templates

Query parameters

qstring

Lucene query string for filtering

frominteger

Pagination offset (0-based)

sizeinteger

Results per page

sortstring

Sort fields (prefix with - for descending)

fieldsstring

Comma-separated fields to include

hydrateboolean

Resolve nested relations

Response

Success

hitsinteger

Total number of matching results

Example response

{
  "results": [
    {
      "_manifest": [
        "123e4567-e89b-12d3-a456-426614174000"
      ]
    }
  ]
}