NotificationHistoriesDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
notificationHistory array of NotificationHistoryDto

Example

{
  "notificationHistory" : [ {
    "notification" : "...",
    "entityClassName" : "...",
    "entityCode" : "...",
    "serializedEntity" : "...",
    "nbRetry" : 12345,
    "result" : "...",
    "date" : 12345,
    "status" : "FAILED"
  }, {
    "notification" : "...",
    "entityClassName" : "...",
    "entityCode" : "...",
    "serializedEntity" : "...",
    "nbRetry" : 12345,
    "result" : "...",
    "date" : 12345,
    "status" : "SENT"
  } ]
}