List Notification Destinations
Request
URI
GET
https://{api_host}//api/notification-destinations
COPY
Responses
200
Returns notificationsListNotificationDestinationsResponse of type(s) */*
{
"pageInfo": {
"totalPages": "string",
"totalElements": "string",
"page": 0,
"pageSize": 0
},
"notificationDestinations": [
{
"username": "string",
"authenticationType": "string",
"protocol": "string",
"description": "string",
"certificate": "string",
"lastUpdatedTime": "string",
"sslTlsVersion": "string",
"port": 0,
"host": "string",
"lastUpdatedBy": "string",
"orgId": "string",
"createdBy": "string",
"createdTime": "string",
"updateVersion": 0,
"id": "string",
"name": "string"
}
]
}
array of notificationsNotificationDestination
notificationDestinations
Optional
notificationDestinations
404
Not Found
Operation doesn't return any data structure
Notification Destination Service Operations
POST
Create Notification Destination
DELETE
Delete Notification Destination
GET
Get Notification Destination
GET
List Notification Destinations
PUT
Update Notification Destination