Perform an action on a collection of alerts
post/alertActions/{actionType}
Performs the given action on the specified group of alerts.
1{2 "start": 0,3 "count": 1,4 "items": [5 {6 "alertChanged": true,7 "alert": {8 "currentAlertingEventId": "c221e167-27b5-4063-9fd4-dcd9e12335a8",9 "queueId": "insurance_investigations",10 "autoCloseTimeStamp": "2019-04-14T00:00:00.000Z",11 "currentScore": 1000,12 "highAlertingEventId": "c221e167-27b5-4063-9fd4-dcd9e12335a8",13 "initialScore": 1000,14 "alertTypeCode": "MANUAL",15 "alertTriggerText": "Car burned within one week of policy origination.",16 "checkoutTimeStamp": "2019-02-13T15:52:10.557Z",17 "highScore": 1000,18 "statusTimeStamp": "2019-02-12T21:45:51.640Z",19 "userServiceTimeStamp": "2019-02-13T15:52:10.557Z",20 "alertStatusId": "ACTIVE",21 "modifiedTimeStamp": "2019-02-13T15:52:10.605Z",22 "alertServiceCount": 1,23 "lastUpdateNumber": 9,24 "modifiedBy": "videmo",25 "links": [26 {27 "method": "GET",28 "rel": "self",29 "href": "/svi-alert/alerts/36460871995",30 "type": "application/vnd.sas.investigation.triage.alert",31 "uri": "/svi-alert/alerts/36460871995"32 },33 {34 "method": "GET",35 "rel": "queue",36 "href": "/svi-alert/queues/insurance_investigations",37 "type": "application/vnd.sas.investigation.triage.queue",38 "uri": "/svi-alert/queues/insurance_investigations"39 }40 ],41 "alertId": "36460871995",42 "alertVersionTimeStamp": "2019-02-12T21:45:51.640Z",43 "checkoutUserId": "videmo",44 "actionableEntityId": "3",45 "actionableEntityType": "tdc_customer",46 "alertVersion": 1,47 "actionableEntityLabel": "Mark Thomas",48 "version": 1,49 "initialAlertingEventId": "5d7cf465-2ccb-463c-b044-8c945e42dc07",50 "domainId": "insurance_domain",51 "queueEntryTimeStamp": "2019-02-12T21:45:51.674Z",52 "alertOriginCode": "MANUAL",53 "enrichmentJson": {},54 "createdBy": "sas.svi-alert",55 "logicalDeleteFlag": false,56 "creationTimeStamp": "2019-02-12T21:45:51.645Z",57 "systemServiceTimeStamp": "2019-02-12T22:04:05.078Z"58 },59 "success": true,60 "alertId": "36460871995",61 "version": 162 }63 ],64 "type": "array"65}
| Name | Type | Required | Description |
|---|---|---|---|
actionType | string | true | Specifies the type of action to perform. Allowed values: CHECKOUTCHECKINASSIGNMENTREACTIVATE |
A collection of action request representations.
| Name | Type | Required | Description |
|---|---|---|---|
accept | string | false | A space-delimited list of media types from which an |
count | integer<int64> | false | If populated, this value indicates the number of items in the collection. |
limit | integer | false | The number of items that were requested for the collection. |
links | array [Link] | false | The links that apply to the collection. |
name | string | false | The name of the collection. |
start | integer<int64> | false | The zero-based index of the first item in the collection. |
version | integer | false | The version number of the collection representation. This representation is version 2. |
items | array [actionRequestRep] | false |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Schema | |
| 400 | Bad Request | The request was invalid. | Schema |