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