Get a scenario-fired event's enriched replicated objects
get/scenarioFiredEvents/{sfeId}/replicatedObjects
Returns the enriched replicated objects for the scenario-fired event with the specified identifier.
1{2 "objectTypeName": "tdc_claim",3 "id": "ACMT2047800413",4 "fieldValues": {5 "claim_party_type": "Insured",6 "policy_id": "PA126272053",7 "lon": -85.7707,8 "claim_source": "phone",9 "ip_address": "104.60.248.2",10 "police_report": true,11 "prev_claims": false,12 "claim_number": "ACMT2047800413",13 "loss_cause": "CV RE IV",14 "reserve": 72864,15 "assigned": "Unassigned",16 "injury": false,17 "lat": 34.9573,18 "loss_date": "2017-04-17",19 "report_date": "2017-04-20"20 },21 "displayLabel": "ACMT2047800413",22 "createdAt": "2024-04-24T08:19:48.937Z",23 "lastUpdatedAt": "2024-04-24T08:19:48.937Z",24 "sheets": [],25 "comments": [],26 "fileOperations": [],27 "version": 1,28 "links": [29 {30 "method": "GET",31 "rel": "self",32 "href": "/svi-alert/replicatedObjects/14a589b1-f761-45fb-bfc9-a9867f6b0178",33 "uri": "/svi-alert/replicatedObjects/14a589b1-f761-45fb-bfc9-a9867f6b0178",34 "type": "application/vnd.sas.investigation.triage.replicated.object"35 },36 {37 "method": "GET",38 "rel": "alternate",39 "href": "/svi-alert/replicatedObjects/14a589b1-f761-45fb-bfc9-a9867f6b0178/enrichedDocument",40 "uri": "/svi-alert/replicatedObjects/14a589b1-f761-45fb-bfc9-a9867f6b0178/enrichedDocument",41 "type": "application/vnd.sas.investigation.data.enriched.document"42 }43 ],44 "attachmentsCount": 045}
| Name | Type | Required | Description |
|---|---|---|---|
sfeId | string | true | Specifies the identifier for the scenario-fired event. <= 36 characters |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 500 | Internal Server Error | The request could not be fulfilled because of an unexpected server error. | Schema |