Get Notification Destination
Request
URI
GET
https://{api_host}//api/notification-destinations/{id}
COPY
Responses
200
Returns notificationsNotificationDestination of type(s) */*
{
"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"
}
string
username
Optional
username
string
description
Optional
description
string
certificate
Optional
certificate
string As int64 As int64
lastUpdatedTime
Optional
lastUpdatedTime
integer As int32 As int32
port
Optional
port
string
host
Optional
host
string
lastUpdatedBy
Optional
lastUpdatedBy
string
orgId
Optional
orgId
string
createdBy
Optional
createdBy
string As int64 As int64
createdTime
Optional
createdTime
integer As int32 As int32
updateVersion
Optional
updateVersion
string
id
Optional
id
string
name
Optional
name
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