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