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