AlertVO Data Type

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

Example

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