AlertVO Data Type

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

Example

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