AlertVO Data Type

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

Example

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