Get field values for a relationship link
Gets a representation of multiple field values for a relationship link. If any of the fields is configured for masking, and if the requesting user is authorized to reveal the value of the masked field, the raw unmasked value of the field is returned. If any of the fields are configured for masking and the requesting user is not authorized to reveal the value of the masked field, the value will be omitted from the response.
1{2 "count": 2,3 "items": [4 {5 "fieldName": "ssn",6 "raw": 123456787 },8 {9 "fieldName": "last_name",10 "raw": "Smith"11 }12 ]13}
Name | Type | Required | Description |
---|---|---|---|
_id | string | true | The ID for an individual link. A link ID uses the following format:
Link ID component details:
When submitting the request, the pipe character ( |
fieldName | array [string] | true | The names of the fields. |