Get contributing objects

get/scenarioFiredEvents/{sfeId}/contributingObjects

Returns the enriched contributing objects for the scenario-fired event with the specified identifier.

Request Samples

1

Response Samples

1{
2 "links": [],
3 "name": "contributingObjects",
4 "accept": "application/vnd.sas.investigation.data.enriched.document+json",
5 "start": 0,
6 "count": 2,
7 "items": [
8 {
9 "objectTypeName": "tdc_claim",
10 "objectTypeId": 100928,
11 "objectTypeVersion": 1,
12 "id": "ACCT1963529235",
13 "fieldValues": {
14 "claim_party_type": "Insured",
15 "policy_id": "PA122236116",
16 "claim_source": "web",
17 "lon": -77.0547,
18 "ip_address": "38.15.249.56",
19 "police_report": false,
20 "prev_claims": true,
21 "claim_number": "ACCT1963529235",
22 "loss_cause": "THEFT",
23 "reserve": 83926,
24 "assigned": "Unassigned",
25 "injury": true,
26 "lat": 41.0041,
27 "loss_date": "2017-01-19",
28 "report_date": "2017-01-25"
29 },
30 "displayLabel": "ACCT1963529235",
31 "sheets": [],
32 "comments": [],
33 "fileOperations": [],
34 "fieldRestrictions": {
35 "tdc_claim": {}
36 },
37 "attachmentsCount": 0
38 },
39 {
40 "objectTypeName": "tdc_claim",
41 "objectTypeId": 100928,
42 "objectTypeVersion": 1,
43 "id": "ACTX3663340261",
44 "fieldValues": {
45 "claim_party_type": "Insured",
46 "policy_id": "PA122236116",
47 "claim_source": "fax",
48 "lon": -75.5652,
49 "ip_address": "74.219.206.43",
50 "police_report": false,
51 "prev_claims": true,
52 "claim_number": "ACTX3663340261",
53 "loss_cause": "FLOOD/WATER",
54 "reserve": 51491,
55 "assigned": "Unassigned",
56 "injury": false,
57 "lat": 40.5263,
58 "loss_date": "2017-08-26",
59 "report_date": "2017-08-30"
60 },
61 "displayLabel": "ACTX3663340261",
62 "sheets": [],
63 "comments": [],
64 "fileOperations": [],
65 "fieldRestrictions": {
66 "tdc_claim": {}
67 },
68 "attachmentsCount": 0
69 }
70 ]
71}

Path Parameters

NameTypeRequiredDescription
sfeId
string
true

Specifies the identifier for the scenario-fired event.

<= 36 characters

Query Parameters

NameTypeRequiredDescription
limit
integer
false

Specifies the maximum number of items to return. The default value is 10.

>= 0
Default:
10

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema