| name | data type | description |
|---|---|---|
| notification | string | |
| entityClassName | string | |
| entityCode | string | |
| serializedEntity | string | |
| nbRetry | number | |
| result | string | |
| date | number | |
| status | NotificationHistoryStatusEnum | Possible values: SENT, TO_RETRY, FAILED, CANCELED. |
Example
{
"notification" : "...",
"entityClassName" : "...",
"entityCode" : "...",
"serializedEntity" : "...",
"nbRetry" : 12345,
"result" : "...",
"date" : 12345,
"status" : "FAILED"
}