Retrieve a Notification using notification ID. The notification summary and details are populated with data
A notification object
Unauthorized request
Not Found. The specified resource (or resource referred to by id) was not found
curl -i -X GET \ 'http://notification-service:8080/notification-service/v1/notification/{notificationId}' \ -H 'x-auth-token: YOUR_API_KEY_HERE'
{- "id": "string",
- "sender": "string",
- "recipients": [
- {
- "username": "string",
- "authenticator": "string"
}
], - "rawRecipient": "string",
- "type": "EMAIL",
- "eventKey": "string",
- "productName": "string",
- "tags": [
- "string"
], - "language": "string",
- "summary": "string",
- "details": "string",
- "shortSubject": "string",
- "shortDescription": "string",
- "templateNameKey": "string",
- "dataModel": {
- "property1": "string",
- "property2": "string"
}, - "status": "CREATED",
- "messageId": "string",
- "responseCode": 0,
- "responseMsg": "string",
- "userOrgId": "string",
- "emailForPreference": "string",
- "attachmentContent": "string",
- "attachmentMimeType": "string",
- "attachmentFilename": "string",
- "createdBy": "string",
- "createdInstant": "2019-08-24T14:15:22Z",
- "lastUpdatedBy": "string",
- "lastUpdatedInstant": "2019-08-24T14:15:22Z"
}