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