Notification Profiles REST Endpoints

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