Get alerts
get/alerts
Returns a collection of alerts based on the specified pagination, filtering, and sorting options.
1{2 "name": "alerts",3 "start": 0,4 "count": 35,5 "limit": 2,6 "links": [7 {8 "method": "GET",9 "rel": "collection",10 "href": "/svi-alert",11 "type": "application/vnd.sas.collection",12 "uri": "/svi-alert"13 },14 {15 "method": "GET",16 "rel": "self",17 "href": "/svi-alert?sortBy=creationTimeStamp:descending,alertSk:ascending&start=0&limit=2",18 "type": "application/vnd.sas.collection",19 "uri": "/svi-alert?sortBy=creationTimeStamp:descending,alertSk:ascending&start=0&limit=2"20 },21 {22 "method": "GET",23 "rel": "next",24 "href": "/svi-alert?sortBy=creationTimeStamp:descending,alertSk:ascending&start=2&limit=2",25 "type": "application/vnd.sas.collection",26 "uri": "/svi-alert?sortBy=creationTimeStamp:descending,alertSk:ascending&start=2&limit=2"27 },28 {29 "method": "GET",30 "rel": "last",31 "href": "/svi-alert?sortBy=creationTimeStamp:descending,alertSk:ascending&start=34&limit=2",32 "type": "application/vnd.sas.collection",33 "uri": "/svi-alert?sortBy=creationTimeStamp:descending,alertSk:ascending&start=34&limit=2"34 }35 ],36 "items": [37 {38 "currentAlertingEventId": "c221e167-27b5-4063-9fd4-dcd9e12335a8",39 "queueId": "insurance_investigations",40 "autoCloseTimeStamp": "2019-04-14T00:00:00.000Z",41 "currentScore": 1000,42 "highAlertingEventId": "c221e167-27b5-4063-9fd4-dcd9e12335a8",43 "initialScore": 1000,44 "alertTypeCode": "MANUAL",45 "alertTriggerText": "Car burned within one week of policy origination.",46 "checkoutTimeStamp": "2019-02-13T15:52:10.557Z",47 "highScore": 1000,48 "statusTimeStamp": "2019-02-12T21:45:51.640Z",49 "userServiceTimeStamp": "2019-02-13T15:52:10.557Z",50 "alertStatusId": "ACTIVE",51 "modifiedTimeStamp": "2019-02-13T15:52:10.605Z",52 "alertServiceCount": 1,53 "lastUpdateNumber": 9,54 "modifiedBy": "videmo",55 "links": [56 {57 "method": "GET",58 "rel": "self",59 "href": "/svi-alert/alerts/36460871995",60 "type": "application/vnd.sas.investigation.triage.alert",61 "uri": "/svi-alert/alerts/36460871995"62 },63 {64 "method": "GET",65 "rel": "queue",66 "href": "/svi-alert/queues/insurance_investigations",67 "type": "application/vnd.sas.investigation.triage.queue",68 "uri": "/svi-alert/queues/insurance_investigations"69 }70 ],71 "alertId": "36460871995",72 "alertVersionTimeStamp": "2019-02-12T21:45:51.640Z",73 "checkoutUserId": "videmo",74 "actionableEntityId": "3",75 "actionableEntityType": "tdc_customer",76 "alertVersion": 1,77 "actionableEntityLabel": "Mark Thomas",78 "version": 1,79 "initialAlertingEventId": "5d7cf465-2ccb-463c-b044-8c945e42dc07",80 "domainId": "insurance_domain",81 "queueEntryTimeStamp": "2019-02-12T21:45:51.674Z",82 "alertOriginCode": "MANUAL",83 "enrichmentJson": {},84 "createdBy": "sas.svi-alert",85 "logicalDeleteFlag": false,86 "creationTimeStamp": "2019-02-12T21:45:51.645Z",87 "systemServiceTimeStamp": "2019-02-12T22:04:05.078Z"88 },89 {90 "currentAlertingEventId": "72db7de8-14fa-4837-9b85-9a23e34727d5",91 "queueId": "ae_queue",92 "autoCloseTimeStamp": "2020-02-09T00:00:00.000Z",93 "currentScore": 600,94 "highAlertingEventId": "72db7de8-14fa-4837-9b85-9a23e34727d5",95 "initialScore": 600,96 "alertTypeCode": "FRAUD",97 "alertTriggerText": "Customer profile score 44",98 "highScore": 600,99 "statusTimeStamp": "2019-02-08T19:29:50.139Z",100 "alertStatusId": "ACTIVE",101 "modifiedTimeStamp": "2019-02-08T19:29:50.446Z",102 "alertServiceCount": 0,103 "lastUpdateNumber": 2,104 "modifiedBy": "sas.svi-alert",105 "links": [106 {107 "method": "GET",108 "rel": "self",109 "href": "/svi-alert/alerts/18982680579",110 "type": "application/vnd.sas.investigation.triage.alert",111 "uri": "/svi-alert/alerts/18982680579"112 },113 {114 "method": "GET",115 "rel": "queue",116 "href": "/svi-alert/queues/ae_queue",117 "type": "application/vnd.sas.investigation.triage.queue",118 "uri": "/svi-alert/queues/ae_queue"119 }120 ],121 "alertId": "18982680579",122 "alertVersionTimeStamp": "2019-02-08T19:29:50.139Z",123 "actionableEntityId": "292008",124 "actionableEntityType": "individual_customers",125 "alertVersion": 1,126 "actionableEntityLabel": "292008",127 "version": 1,128 "initialAlertingEventId": "72db7de8-14fa-4837-9b85-9a23e34727d5",129 "domainId": "AE_TEST_DOMAIN",130 "queueEntryTimeStamp": "2019-02-08T19:29:50.170Z",131 "alertOriginCode": "ALIAS",132 "enrichmentJson": {},133 "createdBy": "sas.svi-alert",134 "logicalDeleteFlag": false,135 "creationTimeStamp": "2019-02-08T19:29:50.144Z",136 "systemServiceTimeStamp": "2019-02-08T19:29:50.377Z"137 }138 ],139 "version": 2,140 "accept": "application/vnd.sas.investigation.triage.alert+json",141 "description": "OK."142}
| Name | Type | Required | Description |
|---|---|---|---|
filter | string | false | The criteria for filtering the items. See Filtering in REST APIs. <= 1000 characters |
limit | integer<int32> | false | Specifies the maximum number of items to return. The default value is 10. Default: 10 |
sortBy | string | false | The criteria for sorting the items. See Sorting in REST APIs. <= 1000 characters Default: creationTimeStamp:descending |
start | integer<int32> | false | Specifies the index of the first item to return. The default value is 0. Default: 0 |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema |