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