The Class NotificationHistoriesResponseDto.
name | data type | description |
---|---|---|
actionStatus | ActionStatus | The status response of the web service response. |
notificationHistories | NotificationHistoriesDto | The notification histories. |
Example
{ "actionStatus" : { "status" : "SUCCESS", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "notificationHistories" : { "notificationHistory" : [ { "notification" : "...", "auditableField" : [ { }, { } ], "entityClassName" : "...", "entityCode" : "...", "serializedEntity" : "...", "nbRetry" : 12345, "result" : "...", "date" : 12345, "status" : "FAILED" }, { "notification" : "...", "auditableField" : [ { }, { } ], "entityClassName" : "...", "entityCode" : "...", "serializedEntity" : "...", "nbRetry" : 12345, "result" : "...", "date" : 12345, "status" : "CANCELED" } ] } }