Notifications REST Endpoints

Notifications
The REST web service for all notification-event-related operations
Create a Notification Specification
Method: post
Path: /bcws/webresources/v1.0/notificationManagement/notificationSpec
Get a Notification Specification by ID
Method: get
Path: /bcws/webresources/v1.0/notificationManagement/notificationSpec/{id}
Get Delivery Methods
Method: get
Path: /bcws/webresources/v1.0/notificationManagement/deliveryMethod
Get Notification Events
Method: get
Path: /bcws/webresources/v1.0/notificationManagement/notificationEvent
Get Notification Specifications
Method: get
Path: /bcws/webresources/v1.0/notificationManagement/notificationSpec
Update a Notification Specification
Method: patch
Path: /bcws/webresources/v1.0/notificationManagement/notificationSpec/{id}