Get an alert

get/alerts/{alertId}

Returns the alert with the given alert id.

Request Samples

1

Response Samples

1{
2 "creationTimeStamp": "2024-04-25T08:20:55.863Z",
3 "modifiedTimeStamp": "2024-04-25T08:20:55.968Z",
4 "createdBy": "sas.svi-alert",
5 "modifiedBy": "sas.svi-alert",
6 "links": [
7 {
8 "method": "GET",
9 "rel": "self",
10 "href": "/svi-alert/alerts/3b723e69-75ef-44df-a7dc-74b583bdfccd",
11 "uri": "/svi-alert/alerts/3b723e69-75ef-44df-a7dc-74b583bdfccd",
12 "type": "application/vnd.sas.investigation.triage.alert"
13 },
14 {
15 "method": "GET",
16 "rel": "queue",
17 "href": "/svi-alert/queues/insurance_investigations",
18 "uri": "/svi-alert/queues/insurance_investigations",
19 "type": "application/vnd.sas.investigation.triage.queue"
20 }
21 ],
22 "version": 1,
23 "domainId": "insurance_domain",
24 "alertId": "3b723e69-75ef-44df-a7dc-74b583bdfccd",
25 "alertVersion": 1,
26 "alertVersionTimeStamp": "2024-04-25T08:20:55.854Z",
27 "actionableEntityType": "tdc_policy",
28 "actionableEntityId": "PA103837138",
29 "actionableEntityLabel": "PA103837138",
30 "initialScore": 600,
31 "currentScore": 600,
32 "highScore": 600,
33 "alertOriginCode": "SA",
34 "alertTypeCode": "DEFAULT",
35 "statusTimeStamp": "2024-04-25T08:20:55.854Z",
36 "enrichmentJson": {},
37 "suppressFlag": false,
38 "holdFlag": false,
39 "routeFlag": false,
40 "queueEntryTimeStamp": "2024-04-25T08:20:55.892Z",
41 "alertServiceCount": 0,
42 "systemServiceTimeStamp": "2024-04-25T08:20:55.959Z",
43 "alertStatusId": "ACTIVE",
44 "initialAlertingEventId": "0520c5b6-fe8a-4597-b630-1504f0c0f545",
45 "currentAlertingEventId": "0520c5b6-fe8a-4597-b630-1504f0c0f545",
46 "highAlertingEventId": "0520c5b6-fe8a-4597-b630-1504f0c0f545",
47 "queueId": "insurance_investigations",
48 "lastUpdateNumber": 2,
49 "logicalDeleteFlag": false,
50 "autoCloseTimeStamp": "2024-06-25T00:00:00.000Z",
51 "alertVersionTimestamp": "2024-04-25T08:20:55.854Z",
52 "statusTimestamp": "2024-04-25T08:20:55.854Z",
53 "queueEntryTimestamp": "2024-04-25T08:20:55.892Z",
54 "systemServiceTimestamp": "2024-04-25T08:20:55.959Z",
55 "autoCloseTimestamp": "2024-06-25T00:00:00.000Z"
56}

Path Parameters

NameTypeRequiredDescription
alertId
string
true

Specifies the identifier for the alert.

<= 36 characters

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No alert exists at the requested path.

Schema