C Real-Time Request to Check the Status of an Alert
You can check the status of an alert by sending a real-time request in the GET
method using the customer ID. To execute the request, follow the subsequent steps:
- Open Postman or a relevant tool.
- Go to the Header tab.
- Send a request using the GET method. The request must be in the following
format:
HTTP Link:
http://[servername]:[portnumber]/domain/ /rest-api/AlertListFromCustIdRestService/AlertListFromCustIdRestService/getAlertListForCustIdZipperCS?customerId=Customer ID
Sample response of a successful
execution:
{
"response": {
"customerId": "Customer ID",
"alertsDetail": [
{
"dueDate": "2023-11-04T10:25:18Z",
"jurisdiction": "Americas",
"alertTypeCode": "CS_EE_EDD",
"screeningType": "Batch",
"isBulkActioned": "No",
"customerParentId": "",
"alertScore": "92",
"caseId": "",
"customerId": "Customer ID",
"alertId": "90",
"riskScore": "40",
"comments": "",
"distinctEventTypeCount": "EDD-1",
"standardComments": "",
"customerPrimaryName": "GLAVNIY VYCHISLITELNIY TSENTR ENERGETIKI",
"closedFlag": "",
"distinctWatchlistRecordIdCount": "1",
"decisionCode": "",
"decisionDescription": "",
"statusDescription": "New",
"createdDate": "2023-07-07 10:25:18",
"distinctWatchlistRecordId": "1044709(DJW)",
"entityTypeCode": "EXTERNAL_ENTITY",
"priorityDescription": "High",
"priorityCode": "H",
"businessDomain": "GEN",
"assignee": "",
"alertTypeDescription": "External Entity Enhanced Due Diligence",
"eventsCount": "1",
"statusCode": "13"
}
]
},
"message": "Alert statuses retrieved for this customer",
"status": "SUCCESS"
}