AlertVO Data Type

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

Example

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