Get suppressed scenarios

get/suppressedScenarios

Returns a collection of suppressed scenarios based on the specified pagination, filtering, and sorting options.

Request Samples

1

Response Samples

1{
2 "name": "suppressedScenarios",
3 "start": 0,
4 "count": 1,
5 "links": [
6 {
7 "method": "GET",
8 "rel": "collection",
9 "href": "/svi-alert/suppressedScenarios",
10 "uri": "/svi-alert/suppressedScenarios",
11 "type": "application/vnd.sas.collection"
12 },
13 {
14 "method": "GET",
15 "rel": "self",
16 "href": "/svi-alert/suppressedScenarios?sortBy=creationTimeStamp:descending&start=0&limit=10",
17 "uri": "/svi-alert/suppressedScenarios?sortBy=creationTimeStamp:descending&start=0&limit=10",
18 "type": "application/vnd.sas.collection"
19 },
20 {
21 "method": "POST",
22 "rel": "createStrategy",
23 "href": "/svi-alert/suppressedScenarios",
24 "uri": "/svi-alert/suppressedScenarios",
25 "type": "application/vnd.sas.investigation.triage.suppressed.scenario",
26 "responseType": "application/vnd.sas.investigation.triage.suppressed.scenario"
27 }
28 ],
29 "items": [
30 {
31 "creationTimeStamp": "2024-04-24T10:41:52.193Z",
32 "modifiedTimeStamp": "2024-04-24T10:41:52.193Z",
33 "createdBy": "videmo",
34 "modifiedBy": "videmo",
35 "links": [
36 {
37 "method": "GET",
38 "rel": "self",
39 "href": "/svi-alert/suppressedScenarios/sup_1613282",
40 "uri": "/svi-alert/suppressedScenarios/sup_1613282",
41 "type": "application/vnd.sas.investigation.triage.suppressed.scenario"
42 },
43 {
44 "method": "PUT",
45 "rel": "update",
46 "href": "/svi-alert/suppressedScenarios/sup_1613282",
47 "uri": "/svi-alert/suppressedScenarios/sup_1613282",
48 "type": "application/vnd.sas.investigation.triage.suppressed.scenario",
49 "responseType": "application/vnd.sas.investigation.triage.suppressed.scenario"
50 },
51 {
52 "method": "DELETE",
53 "rel": "delete",
54 "href": "/svi-alert/suppressedScenarios/sup_1613282",
55 "uri": "/svi-alert/suppressedScenarios/sup_1613282",
56 "type": "application/vnd.sas.investigation.triage.suppressed.scenario"
57 }
58 ],
59 "suppressedScenarioId": "sup_1613282",
60 "domainId": "insurance_domain",
61 "scenarioFiredEntityId": "PA965463355",
62 "scenarioFiredEntityType": "tdc_policy",
63 "scenarioId": "446a4262-a9e7-4981-8b78-00946cd8bc3b",
64 "alertId": "da163089-2dd5-4e30-b118-344b8e1d8cd4",
65 "suppressionComment": "t",
66 "recordCorrelator": "bb837ea3-f679-4da4-8702-cae763dc2b46",
67 "timeToRestore": "2024-04-25T10:41:43.477Z"
68 }
69 ],
70 "limit": 10,
71 "version": 2
72}

Query Parameters

NameTypeRequiredDescription
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.

>= 0
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.

>= 0
Default:
0

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema