Get a replicated object

get/replicatedObjects/{replicatedObjectId}/enrichedDocument

Returns the representation for the specified replicated object as an enriched document.

Request Samples

1

Response Samples

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": 0
45}

Path Parameters

NameTypeRequiredDescription
replicatedObjectId
string
true

Specifies the identifier for the replicated object.

<= 36 characters

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No replicated object exists at the requested path.

Schema