AlertVO Data Type

Properties
name data type description
event AlertEventVO
senders array of AlertSenderVO
priority string
place AlertObjectVO
receiver AlertUserVO
read boolean
currentDate number
actions array of AlertActionVO
canRemove boolean
id number
object AlertObjectVO
creationDate number

Example

{
  "event" : {
    "description" : "...",
    "required" : true,
    "icon" : "...",
    "singleDescriptionKey" : "...",
    "grouped" : true,
    "active" : true,
    "canRemove" : true,
    "onlyAdmin" : true,
    "singleDescription" : "...",
    "eventKey" : "...",
    "module" : {
      "id" : 12345,
      "description" : "...",
      "tenantId" : 12345,
      "moduleKey" : "..."
    },
    "groupDescriptionKey" : "...",
    "descriptionKey" : "...",
    "id" : 12345,
    "groupDescription" : "..."
  },
  "senders" : [ {
    "creationDate" : 12345,
    "via" : "...",
    "id" : 12345,
    "user" : {
      "id" : 12345,
      "lastName" : "...",
      "lastUpdateDate" : 12345,
      "fullName" : "...",
      "tenantId" : 12345,
      "login" : "...",
      "fisrtName" : "..."
    }
  }, {
    "creationDate" : 12345,
    "via" : "...",
    "id" : 12345,
    "user" : {
      "id" : 12345,
      "lastName" : "...",
      "lastUpdateDate" : 12345,
      "fullName" : "...",
      "tenantId" : 12345,
      "login" : "...",
      "fisrtName" : "..."
    }
  } ],
  "priority" : "...",
  "place" : {
    "objectDetail" : "...",
    "description" : "...",
    "objectClass" : "...",
    "alertObjectClass" : "...",
    "link" : "...",
    "note" : "...",
    "typeDescription" : "...",
    "alertObjectId" : 12345,
    "objectDetailKey" : "...",
    "alertObjectDetailKey" : "...",
    "alertObjectNote" : "...",
    "id" : 12345,
    "objectId" : 12345,
    "typeDescriptionKey" : "...",
    "alertObjectTypeDescriptionKey" : "...",
    "alertObjectDescription" : "...",
    "alertObjectLink" : "..."
  },
  "receiver" : {
    "id" : 12345,
    "lastName" : "...",
    "lastUpdateDate" : 12345,
    "fullName" : "...",
    "tenantId" : 12345,
    "login" : "...",
    "fisrtName" : "..."
  },
  "read" : true,
  "currentDate" : 12345,
  "actions" : [ {
    "actionKey" : "...",
    "descriptionAfterExec" : "...",
    "type" : "JMS",
    "integrationType" : "JMS",
    "url" : "...",
    "executed" : true,
    "actionType" : "MAIN",
    "httpMethod" : "...",
    "descriptionKey" : "...",
    "description" : "...",
    "id" : 12345,
    "descriptionAfterExecKey" : "..."
  }, {
    "actionKey" : "...",
    "descriptionAfterExec" : "...",
    "type" : "NONE",
    "integrationType" : "HTTP",
    "url" : "...",
    "executed" : true,
    "actionType" : "DEFAULT",
    "httpMethod" : "...",
    "descriptionKey" : "...",
    "description" : "...",
    "id" : 12345,
    "descriptionAfterExecKey" : "..."
  } ],
  "canRemove" : true,
  "id" : 12345,
  "object" : {
    "objectDetail" : "...",
    "description" : "...",
    "objectClass" : "...",
    "alertObjectClass" : "...",
    "link" : "...",
    "note" : "...",
    "typeDescription" : "...",
    "alertObjectId" : 12345,
    "objectDetailKey" : "...",
    "alertObjectDetailKey" : "...",
    "alertObjectNote" : "...",
    "id" : 12345,
    "objectId" : 12345,
    "typeDescriptionKey" : "...",
    "alertObjectTypeDescriptionKey" : "...",
    "alertObjectDescription" : "...",
    "alertObjectLink" : "..."
  },
  "creationDate" : 12345
}