Get an alert history action

get/alerts/{alertId}/history/actions/{alertActionSk}

Returns the detailed alert history action for the given alert.

Request Samples

1

Response Samples

1{
2 "links": [
3 {
4 "method": "GET",
5 "rel": "collection",
6 "href": "/svi-alert/alerts/08bc5a3f-a07f-43e4-a2eb-5ccc55d8e23d/history/actions",
7 "uri": "/svi-alert/alerts/08bc5a3f-a07f-43e4-a2eb-5ccc55d8e23d/history/actions",
8 "type": "application/vnd.sas.collection",
9 "itemType": "application/vnd.sas.investigate.action"
10 },
11 {
12 "method": "GET",
13 "rel": "self",
14 "href": "/svi-alert/alerts/08bc5a3f-a07f-43e4-a2eb-5ccc55d8e23d/history/actions?sortBy=createdAt:descending&start=0&limit=10",
15 "uri": "/svi-alert/alerts/08bc5a3f-a07f-43e4-a2eb-5ccc55d8e23d/history/actions?sortBy=createdAt:descending&start=0&limit=10",
16 "type": "application/vnd.sas.collection",
17 "itemType": "application/vnd.sas.investigate.action"
18 },
19 {
20 "method": "GET",
21 "rel": "next",
22 "href": "/svi-alert/alerts/08bc5a3f-a07f-43e4-a2eb-5ccc55d8e23d/history/actions?sortBy=createdAt:descending&start=10&limit=10",
23 "uri": "/svi-alert/alerts/08bc5a3f-a07f-43e4-a2eb-5ccc55d8e23d/history/actions?sortBy=createdAt:descending&start=10&limit=10",
24 "type": "application/vnd.sas.collection",
25 "itemType": "application/vnd.sas.investigate.action"
26 },
27 {
28 "method": "GET",
29 "rel": "last",
30 "href": "/svi-alert/alerts/08bc5a3f-a07f-43e4-a2eb-5ccc55d8e23d/history/actions?sortBy=createdAt:descending&start=20&limit=10",
31 "uri": "/svi-alert/alerts/08bc5a3f-a07f-43e4-a2eb-5ccc55d8e23d/history/actions?sortBy=createdAt:descending&start=20&limit=10",
32 "type": "application/vnd.sas.collection",
33 "itemType": "application/vnd.sas.investigate.action"
34 },
35 {
36 "method": "GET",
37 "rel": "availableActionTypes",
38 "href": "/svi-alert/alerts/08bc5a3f-a07f-43e4-a2eb-5ccc55d8e23d/history/actionTypes",
39 "uri": "/svi-alert/alerts/08bc5a3f-a07f-43e4-a2eb-5ccc55d8e23d/history/actionTypes",
40 "type": "application/vnd.sas.collection",
41 "itemType": "application/vnd.sas.investigate.action.type"
42 }
43 ],
44 "name": "actions",
45 "accept": "application/vnd.sas.investigate.action",
46 "count": 22,
47 "items": [
48 {
49 "actionType": "CHECKOUT",
50 "action": "Checked out the alert",
51 "objectType": "Alert",
52 "objectId": "08bc5a3f-a07f-43e4-a2eb-5ccc55d8e23d",
53 "objectVersion": "1",
54 "createdBy": "videmo",
55 "createdAt": "2024-05-02T13:56:21.495Z",
56 "version": 1
57 },
58 {
59 "actionType": "SFE_RATING_ACTION",
60 "action": "Rated a scenario-fired event",
61 "objectType": "Alert",
62 "objectId": "08bc5a3f-a07f-43e4-a2eb-5ccc55d8e23d",
63 "objectVersion": "1",
64 "createdBy": "videmo",
65 "createdAt": "2024-04-29T10:23:02.553Z",
66 "items": [
67 {
68 "type": "tableItem",
69 "action": "Scenario-fired event settings",
70 "headings": [
71 "Object Type",
72 "Object",
73 "Scenario Name",
74 "Message Text",
75 "Event Date",
76 "Original Productivity Rating",
77 "New Productivity Rating",
78 "Original Comment",
79 "New Comment"
80 ],
81 "rows": [
82 [
83 {
84 "type": "STRING",
85 "value": "Insurance Policy"
86 },
87 {
88 "type": "STRING",
89 "value": "PA125984445"
90 }
91 ]
92 ]
93 }
94 ]
95 }
96 ]
97}

Path Parameters

NameTypeRequiredDescription
alertActionSk
integer<int64>
true

Filters by alert action.

alertId
string
true

Specifies the identifier for the given 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