List Notification Templates
GET {{baseUrl}}/notification-templates
This lists the templates that you have modified for your site.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Max number of results to return. | |
See V3 API Standard Collection Parameters for more information. | |||
offset | number | Offset into the full result set. Usually specified with limit to paginate through the results. | |
See V3 API Standard Collection Parameters for more information. | |||
filters | string | Filter 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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"}]