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