AlertVO Data Type

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

Example

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