AlertVO Data Type

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

Example

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