Notification Templates REST Endpoints

Notification/Notification Templates
Use for managing notification templates.
Create a Notification Template
Method: post
Path: /api/notification/Templates
Delete a Template by ID
Method: delete
Path: /api/notification/Templates/{id}
Get a Template by ID
Method: get
Path: /api/notification/Templates/{id}
Get Notification Templates
Method: get
Path: /api/notification/Templates
Get Notification Templates for Combo Boxes and Item Selectors
Method: get
Path: /api/notification/Templates/readForSelect
Update a Template by ID
Method: put
Path: /api/notification/Templates/{id}