Return a collection of active scenario fired events

get/strategies/{strategyId}/scenarioFiredEvents

Returns a collection of scoring scenario fired events with a given strategy identifier.

Request Samples

1

Response Samples

1{
2 "links": [],
3 "name": "activeScenarioFiredEvents",
4 "accept": "application/vnd.sas.investigation.triage.scenario.fired.event.extended+json",
5 "start": 0,
6 "count": 1,
7 "items": [
8 {
9 "creationTimeStamp": "2024-05-13T08:39:31.868Z",
10 "modifiedTimeStamp": "2024-05-13T08:39:31.868Z",
11 "createdBy": "sas.svi-alert",
12 "modifiedBy": "sas.svi-alert",
13 "links": [
14 {
15 "method": "GET",
16 "rel": "self",
17 "href": "/svi-alert/scenarioFiredEvents/29347015-a6d1-0146-9c66-09cf50c2012c",
18 "uri": "/svi-alert/scenarioFiredEvents/29347015-a6d1-0146-9c66-09cf50c2012c",
19 "type": "application/vnd.sas.investigation.triage.scenario.fired.event.extended"
20 },
21 {
22 "method": "GET",
23 "rel": "context",
24 "href": "/svi-alert/scenarioFiredEvents/29347015-a6d1-0146-9c66-09cf50c2012c/replicatedObjects",
25 "uri": "/svi-alert/scenarioFiredEvents/29347015-a6d1-0146-9c66-09cf50c2012c/replicatedObjects",
26 "type": "application/json",
27 "responseType": "application/vnd.sas.collection",
28 "responseItemType": "application/vnd.sas.investigation.data.document"
29 }
30 ],
31 "version": 1,
32 "scenarioFiredEventId": "29347015-a6d1-0146-9c66-09cf50c2012c",
33 "scenarioFiredEntityType": "tdc_policy",
34 "scenarioFiredEntityId": "PA122236116",
35 "scenarioId": "049f02de-ef4a-497e-a9a3-61a80a8098f5",
36 "scenarioName": "Too Many Claims From Same IP Address",
37 "scenarioOriginCode": "SA",
38 "ruleId": "73b1a1d7-3307-4582-ad8d-8c9e67748c2f",
39 "deploymentId": "a98beda2-28f5-4d09-989d-fdbf112792c6",
40 "queueId": "insurance-default",
41 "assignedUserId": "",
42 "strategyId": "strategy_8088058",
43 "actionableEntityId": "PA122236116",
44 "actionableEntityType": "tdc_policy",
45 "actionableEntityLabel": "PA122236116",
46 "score": 600,
47 "displayFlag": true,
48 "displayOrder": 1,
49 "displayTypeCode": "TEXT",
50 "messageTemplateText": "",
51 "messageValuesJson": {
52 "aggregation1": "4"
53 },
54 "messageValuesJsonAsText": "{\"aggregation1\":\"4\"}",
55 "recommendedQueueId": "insurance_investigations",
56 "contextRelationshipName": "tdc_claim",
57 "contextTimeStampFieldName": "report_date",
58 "contextStartTimeStamp": "2017-01-01T00:00:00.000Z",
59 "contextEndTimeStamp": "2017-10-24T23:59:59.999Z",
60 "replicateFlag": true,
61 "replicationPolicy": "INTERNAL",
62 "receivedScenarioFiredEntityType": "tdc_policy",
63 "receivedScenarioFiredEntityId": "PA122236116",
64 "runStartTimeStamp": "2024-05-13T08:39:31.868Z",
65 "segmentGroupId": "",
66 "entitySegmentCode": "",
67 "appliedSegmentCode": "",
68 "alertId": "fe9011ef-602f-4b14-b337-80d0b7484262",
69 "alertVersionNumber": 1,
70 "alertingEventId": "8e9f9202-4b67-4ab3-ac37-db753b9d0baa",
71 "suppressedFlag": false
72 }
73 ],
74 "limit": 10,
75 "version": 2
76}

Path Parameters

NameTypeRequiredDescription
strategyId
string
true

Specifies the identifier of the strategy from which to retrieve the scenario fired events.

<= 36 characters

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.

>= 1
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
404Not Found

No strategy exists at the requested path.

Schema
500Internal Server Error

The request could not be fulfilled because of an unexpected server error.

Schema