GetEmailNotificationResponseDto Data Type

The Class GetEmailNotificationResponseDto.

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

Example

{
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  },
  "emailNotificationDto" : {
    "disabled" : true,
    "emailFrom" : "...",
    "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" : "...",
    "emailToEl" : "...",
    "code" : "...",
    "subject" : "...",
    "body" : "...",
    "eventTypeFilter" : "DISABLED",
    "htmlBody" : "...",
    "description" : "...",
    "sendToMail" : [ "...", "..." ],
    "elFilter" : "...",
    "updatedCode" : "...",
    "scriptInstanceCode" : "...",
    "scriptParams" : {
      "property1" : "...",
      "property2" : "..."
    },
    "counterTemplate" : "...",
    "priority" : 12345,
    "runAsync" : true,
    "saveSuccessfulNotifications" : true
  }
}