Skip to main content

Get Notification Template Context

GET 

/notification-template-context

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

The notification service 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).

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

Notification template context attributes for a specific tenant.

Schema

    attributes

    object

    A JSON object that stores the context.

    property name* any

    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...