AlertVO Data Type

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

Example

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