The Class NotificationHistoryDto.
name | data type | description |
---|---|---|
notification | string | The notification. |
auditableField | array of AuditableFieldDto | |
entityClassName | string | The entity class name. |
entityCode | string | The entity code. |
serializedEntity | string | The serialized entity. |
nbRetry | number | The nb retry. |
result | string | The result. |
date | number | The date. |
status | NotificationHistoryStatusEnum | Possible values: SENT, TO_RETRY, FAILED, CANCELED. |
Example
{ "notification" : "...", "auditableField" : [ { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." }, { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." } ], "entityClassName" : "...", "entityCode" : "...", "serializedEntity" : "...", "nbRetry" : 12345, "result" : "...", "date" : 12345, "status" : "FAILED" }