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