Get an enrichment field
get/enrichmentFields/{enrichmentFieldId}
Returns the enrichment field with the given identifier.
1{2 "items": [3 {4 "createdBy": "videmo",5 "creationTimeStamp": "2024-04-18T14:18:10.256Z",6 "enrichmentFieldDataTypeCode": "Text",7 "enrichmentFieldId": "enrichmentIdExample1",8 "enrichmentFieldName": "enrichmentNameExample1",9 "links": [10 {11 "method": "GET",12 "rel": "self",13 "href": "/svi-alert/enrichmentFields/enrichmentIdExample1",14 "uri": "/svi-alert/enrichmentFields/enrichmentIdExample1",15 "type": "application/vnd.sas.investigation.triage.enrichment.field"16 },17 {18 "method": "PUT",19 "rel": "update",20 "href": "/svi-alert/enrichmentFields/enrichmentIdExample1",21 "uri": "/svi-alert/enrichmentFields/enrichmentIdExample1",22 "type": "application/vnd.sas.investigation.triage.enrichment.field",23 "responseType": "application/vnd.sas.investigation.triage.enrichment.field"24 }25 ],26 "modifiedBy": "videmo",27 "modifiedTimeStamp": "2024-04-18T14:18:10.256Z",28 "solutionId": "sas_visual_investigator_default",29 "version": 130 }31 ]32}
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 404 | Not Found | No enrichment field exists at the requested path. | Schema |