Skip to main content

Get Notification Template Context

The notification service (Hermes) maintains metadata to construct the notification templates or supply any information during the event propagation. The data-store where this information is retrieved is called "Global Context" (a.k.a. notification template context). It defines a set of attributes that will be available per tenant (organization).

Regarding authorization, the access token contains the tenant and will grant access to the one requested. Requires the following security scope: idn:notification-templates:read

Responses

Notification template context attributes for a specific tenant.


Schema array
  • attributes object

    A JSON object that stores the context.

  • created date-time

    When the global context was created

  • modified date-time

    When the global context was last modified

Loading...