AlertVO Data Type

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

Example

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