AlertVO Data Type

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

Example

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