Get alert history action types
get/alerts/{alertId}/history/actionTypes
Returns the alert history action types for the given alert.
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": 128 }29 ],30 "version": 231}
| Name | Type | Required | Description |
|---|---|---|---|
alertId | string | true | Specifies the identifier for the alert. <= 36 characters |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 404 | Not Found | No alert exists at the requested path. | Schema |