List Notification Template Defaults

GET {{baseUrl}}/notification-template-defaults

This lists the default templates used for notifications, such as emails from IdentityNow.

Request Params

KeyDatatypeRequiredDescription
limitnumberMax number of results to return.
See V3 API Standard Collection Parameters for more information.
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.
filtersstringFilter results using the standard syntax described in V3 API Standard Collection Parameters

Filtering is supported for the following fields and operators:

key: eq, in, sw

medium: eq, sw

locale: eq, sw |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"key":"cloud_manual_work_item_summary","name":"Task Manager Subscription","medium":"EMAIL","locale":"en","subject":"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.","header":null,"body":"Please go to the task manager","footer":null,"from":"$__global.emailFromAddress","replyTo":"$__global.emailFromAddress","description":"Daily digest - sent if number of outstanding tasks for task owner \u003e 0"},{"key":"cloud_manual_work_item_summary","name":"Task Manager Subscription","medium":"EMAIL","locale":"en","subject":"You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.","header":null,"body":"Please go to the task manager","footer":null,"from":"$__global.emailFromAddress","replyTo":"$__global.emailFromAddress","description":"Daily digest - sent if number of outstanding tasks for task owner \u003e 0"}]