RulesResource
REST end point to manipulate collections of notification rules.
The following resources are part of this group:
/notification/channels
Mount Point: /api/notification/channels
GET
This end point gives you the list of all available notification delivery channels. This list is generated at bootstrap time from the modules that are present in the application's class path and is immutable.
Response Body
element: | (custom) |
media types: | application/xml |
the list of supported channels
/notification/events
Mount Point: /api/notification/events
GET
This end point gives you a list of all the types of events that the application is making available for configuring notifications on. This list is set by the application at bootstrap and is immutable.
Response Body
element: | (custom) |
media types: | application/xml |
the list of available event types
/notification/rules
Mount Point: /api/notification/rules
GET
Response Body
element: | (custom) |
media types: | application/xml |
(no documentation provided)