We have the Alert REST endpoint documented in the VI admin guide. It has examples included. I would go there and find the one you need for your use case.
Directly from the guide example:
http://myserver/svi-alert/alerts/alertDecisions/{AD_BUILT_IN_CLOSE}
The call includes the following payload:
{
"version": 1,
"dispositionId": "AD_BUILT_IN_CLOSE",
"promptForQueue": false,
"promptForActivationTime": false,
"promptForDocument": false,
"documentFields": {},
"promptForScenarioFired": false,
"promptForRest": false,
"restFields": {},
"modifiedOverride": false,
"promptForNoteFlag": false,
"promptForReasonFlag": false,
"alertDispositionName": "Close Immediately",
"alerts": [
{
"creationTimeStamp": "2019-10-11T17:52:58.731Z",
"modifiedTimeStamp": "2019-10-16T21:14:04.960Z",
"createdBy": "sas.svi-alert",
"modifiedBy": "userID",
"version": 1,
"domainId": "svidomain",
"alertId": "35809751744",
"alertVersion": 1,
"alertVersionTimeStamp": "2019-10-11T17:52:58.731Z",
"actionableEntityType": "individual_customers",
"actionableEntityId": "343648989",
"actionableEntityLabel": "Jan-Joos Willeboords",
"initialScore": 9081,
"currentScore": 9081,
"highScore": 9081,
"alertOriginCode": "BATCH",
"alertTypeCode": "KYC",
"alertTriggerText": "Customer profile score 9081",
"statusTimeStamp": "2019-10-11T17:52:58.731Z",
"queueEntryTimeStamp": "2019-10-11T17:52:58.749Z",
"checkoutUserId": "userID",
"checkoutTimeStamp": "2019-10-16T21:14:04.907Z",
"alertServiceCount": 1,
"userServiceTimeStamp": "2019-10-16T21:14:04.907Z",
"systemServiceTimeStamp": "2019-10-11T17:52:58.812Z",
"alertStatusId": "ACTIVE",
"initialAlertingEventId": "AL148",
"currentAlertingEventId": "AL148",
"highAlertingEventId": "AL148",
"queueId": "queue_kyc",
"lastUpdateNumber": 3,
"logicalDeleteFlag": false,
"autoCloseTimeStamp": "2020-02-09T00:00:00.000Z"
}
]
}
... View more