Get alert history action types

get/alerts/{alertId}/history/actionTypes

Returns the alert history action types for the given alert.

Request Samples

1

Response Samples

1{
2 "links": [
3 {
4 "method": "GET",
5 "rel": "collection",
6 "href": "/svi-alert/alerts/fe9011ef-602f-4b14-b337-80d0b7484262/history/actionTypes",
7 "uri": "/svi-alert/alerts/fe9011ef-602f-4b14-b337-80d0b7484262/history/actionTypes",
8 "type": "application/vnd.sas.collection",
9 "itemType": "application/vnd.sas.investigate.action.type"
10 },
11 {
12 "method": "GET",
13 "rel": "self",
14 "href": "/svi-alert/alerts/fe9011ef-602f-4b14-b337-80d0b7484262/history/actionTypes",
15 "uri": "/svi-alert/alerts/fe9011ef-602f-4b14-b337-80d0b7484262/history/actionTypes",
16 "type": "application/vnd.sas.collection",
17 "itemType": "application/vnd.sas.investigate.action.type"
18 }
19 ],
20 "name": "actionTypes",
21 "accept": "application/vnd.sas.investigate.action.type",
22 "count": 1,
23 "items": [
24 {
25 "actionType": "CREATE_ALERT_BATCH",
26 "localizedMessage": "Created the alert",
27 "version": 1
28 }
29 ],
30 "version": 2
31}

Path Parameters

NameTypeRequiredDescription
alertId
string
true

Specifies the identifier for the alert.

<= 36 characters

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
true

Specifies the media type of the items returned.

Allowed value:
application/vnd.sas.investigate.action.type

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No alert exists at the requested path.

Schema