List Notification Templates

GET {{baseUrl}}/notification-templates

This lists the templates that you have modified for your site.

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","medium":"EMAIL","locale":"en","name":"Task Manager Subscription","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","id":"c17bea3a-574d-453c-9e04-4365fbf5af0b","created":"2020-01-01T00:00:00.000000Z","modified":"2020-01-01T00:00:00.000000Z"},{"key":"cloud_manual_work_item_summary","medium":"EMAIL","locale":"en","name":"Task Manager Subscription","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","id":"c17bea3a-574d-453c-9e04-4365fbf5af0b","created":"2020-01-01T00:00:00.000000Z","modified":"2020-01-01T00:00:00.000000Z"}]