AlertVO Data Type

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

Example

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