Get Notification Definition
Request
URI
GET
https://{api_host}/api/notification-definitions/{id}
COPY
Responses
200
Returns
notificationsNotificationDefinition
of type(s)
*/*
{
"httpParameters": {
"relativePath": "string",
"payloadTemplate": "string",
"headers": [
{
"value": "string",
"key": "string"
}
]
},
"description": "string",
"lastUpdatedTime": "string",
"notificationDestinationId": "string",
"updateVersion": 0,
"lastUpdatedBy": "string",
"orgId": "string",
"createdBy": "string",
"notificationDestinationName": "string",
"createdTime": "string",
"retryCount": 0,
"emailParameters": {
"emailRecipients": [
"string"
],
"senderEmailAddress": "string",
"emailSubjectTemplate": "string",
"emailBodyTemplate": "string",
"senderName": "string"
},
"id": "string",
"name": "string"
}
object
httpParameters
Optional
httpParameters
string
description
Optional
description
string As int64
As int64
lastUpdatedTime
Optional
lastUpdatedTime
string
notificationDestinationId
Optional
notificationDestinationId
integer As int32
As int32
updateVersion
Optional
updateVersion
string
lastUpdatedBy
Optional
lastUpdatedBy
string
orgId
Optional
orgId
string
createdBy
Optional
createdBy
string
notificationDestinationName
Optional
Below properties are populated only for console and are not available as part of normal response.
string As int64
As int64
createdTime
Optional
createdTime
integer As int32
As int32
retryCount
Optional
retryCount
object
emailParameters
Optional
emailParameters
string
id
Optional
id
string
name
Optional
name
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/notification-definitions/{id}
Notification Definition Service Operations
POST
Create Notification Definition
GET
List Notification Definitions
PUT
Update Notification Definition
DELETE
Delete Notification Definition
GET
Get Notification Definition