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