| name | data type | description |
|---|---|---|
| notificationHistory | array of NotificationHistoryDto |
Example
{
"notificationHistory" : [ {
"notification" : "...",
"entityClassName" : "...",
"entityCode" : "...",
"serializedEntity" : "...",
"nbRetry" : 12345,
"result" : "...",
"date" : 12345,
"status" : "SENT"
}, {
"notification" : "...",
"entityClassName" : "...",
"entityCode" : "...",
"serializedEntity" : "...",
"nbRetry" : 12345,
"result" : "...",
"date" : 12345,
"status" : "FAILED"
} ]
}