Notification Templates REST Endpoints
Notification/Notification Templates
Use for managing notification templates.
- Create a Notification Template
- Method: postPath:
/api/notification/Templates - Delete a Template by ID
- Method: deletePath:
/api/notification/Templates/{id} - Get a Template by ID
- Method: getPath:
/api/notification/Templates/{id} - Get Notification Templates
- Method: getPath:
/api/notification/Templates - Get Notification Templates for Combo Boxes and Item Selectors
- Method: getPath:
/api/notification/Templates/readForSelect - Update a Template by ID
- Method: putPath:
/api/notification/Templates/{id}