GetScriptNotificationResponseDto Data Type

The Class GetNotificationResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
notificationDto ScriptNotificationDto The notification dto.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "notificationDto" : {
    "disabled" : true,
    "id" : 12345,
    "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" : "..."
    } ],
    "classNameFilter" : "...",
    "code" : "...",
    "eventTypeFilter" : "REJECTED",
    "description" : "...",
    "elFilter" : "...",
    "updatedCode" : "...",
    "scriptInstanceCode" : "...",
    "scriptParams" : {
      "property1" : "...",
      "property2" : "..."
    },
    "counterTemplate" : "...",
    "priority" : 12345,
    "runAsync" : true,
    "saveSuccessfulNotifications" : true
  },
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}