N API to Check the Sanctions Alert Status

You can check the status of Sanctions alerts by sending a real-time request in GET method. To execute the request, follow the subsequent steps:

  1. Open Postman or a relevant tool.
  2. Go to the Header tab.
  3. Send a request using the GET method. The request must be in the following format: http://<App_Host>:<App_Port>/<context name>/SanctionsService/ alertsZipper/getAlertSummary?alertId=<alertId>
You will get the following sample response for a successful execution:
{
"response": {
"autoreleaseflag": "N",
"msgclasskey": "-1",
"createddate": "11-Feb-25 12.43.01 AM",
"overdueslanotifsts": "",
"grpmsgtype": "pacs.003.001.02",
"slamindate": "",
"autoactionstatuscd": "",
"modifieddate": "17-Feb-25 11.59.08 AM",
"lastmodifiedby": "SYSTEM",
"statuscd": "2",
"lockedtimedate": "21-Feb-25 12.40.51 AM",
"score": "99",
"createdby": "SYSTEM",
"entityName": "TF",
"biccode": "",
"applicablestatus": "",
"dataOrigin": "TF_L1",
"assigneeuser": "TFANALYST",
"msgclasscode": "",
"cutoffendmindate": "",
"msgtype": "2",
"responseid": "511983",
"direction": "OUTBOUND",
"displaycutofftimezone": ": ",
"owner": "",
"grpmsgid": "99025",
"comments": "Alert is Created, Transaction is on Hold",
"entityCode": "512009",
"entityType": "TF_ESC_ALERT",
"focusFlag": "N",
"jurisdictioncode": "All",
"priority": "1",
"businessdomian": "All",
"biccodekey": "-1",
"alertreceiveddate": "2025-02-11T12:43:00Z",
"alerttype": "1",
"overduenotifsts": "",
"lockedby": "TFANALYST",
"entityTypeCode": "TF_ESC_ALERT",
"riskscore": "99",
"fiswsalert": "N",
"alertid": "512009"
},
"message": "Alert summary retrieved for this Id=512009",
"status": "SUCCESS"
}