A.3 Sample JSON to Get the Current Status of an Alert

Below is a sample JSON to get the current status of an Alert:

URL:
http://[servername]:[portnumber]/[context]/rest-api/AlertListFromCustIdRestService/AlertListFromCustIdRestService/getAlertListForCustIdZipperCS?customerId=77
Sample JSON Response:
{
    "response": {
        "customerId": "77",
        "alertsDetail": [
            {
                "dueDate": "",
                "jurisdiction": "Americas",
                "alertTypeCode": "CS_RT_SAN",
                "screeningType": "Online",
                "isBulkActioned": "No",
                "customerParentId": "",
                "alertScore": "85",
                "caseId": "",
                "customerId": "77",
                "alertId": "1",
                "riskScore": "92",
                "comments": "",
                "distinctEventTypeCount": "PEP-1,SAN-1",
                "standardComments": "",
                "customerPrimaryName": "soe win",
                "closedFlag": "",
                "distinctWatchlistRecordIdCount": "1",
                "decisionCode": "",
                "decisionDescription": "",
                "statusDescription": "New",
                "createdDate": "2023-07-26 07:43:04",
                "distinctWatchlistRecordId": "1028014(DJW)",
                "entityTypeCode": "REAL-TIME",
                "priorityDescription": "Medium",
                "priorityCode": "M",
                "businessDomain": "GEN",
                "assignee": "",
                "alertTypeDescription": "Real time Sanctions",
                "eventsCount": "2",
                "statusCode": "13"
            }
        ]
    },
    "message": "Alert statuses retrieved for this customer",
    "status": "SUCCESS"
}