List Notification Instances
Request
URI
GET
https://{api_host}//api/notification-instances
COPY
Responses
200
Returns notificationsListNotificationInstancesResponse of type(s) */*
{
"notificationInstances": [
{
"status": "string",
"lastUpdatedTime": "string",
"responseStatus": 0,
"entityName": "string",
"entityType": "string",
"notificationType": "string",
"notificationDefinitionId": "string",
"responseBody": "string",
"lastUpdatedBy": "string",
"orgId": "string",
"emailBody": "string",
"createdBy": "string",
"notificationDefinitionName": "string",
"createdTime": "string",
"updateVersion": 0,
"entityId": "string",
"emailParameters": {
"emailRecipients": [
"string"
],
"senderEmailAddress": "string",
"emailSubjectTemplate": "string",
"emailBodyTemplate": "string",
"senderName": "string"
},
"emailSubject": "string",
"id": "string",
"additionalDetails": [
{
"valueInt64": "string",
"valueDouble": "number",
"valueBoolean": false,
"key": "string",
"valueString": "string"
}
],
"entityState": "string"
}
],
"pageInfo": {
"totalPages": "string",
"totalElements": "string",
"page": 0,
"pageSize": 0
}
}
404
Not Found
Operation doesn't return any data structure
Notification Instance Service Operations
POST
Create Notification Instance
GET
Get Notification Instance
GET
List Notification Instances