DestinationsResource
REST end point to manipulate collections of channel-specific notification destinations.
The following resources are part of this group:
/notification/channel/{channelName}/destinations
Mount Point: /api/notification/channel/{channelName}/destinations
GET
This end point gives you the list of all the notification destinations that may be used with the specified notification channel.
Parameters
| name | description | type | default |
|---|---|---|---|
| channelName | (no documentation provided) | path |
Response Body
| element: | destination |
| media types: | application/xml application/json |
this end point returns an array of destination elements
Status Codes
| code | description |
|---|---|
| 401 | Authentication required |
| 403 | Authorization required - access forbidden |