Get historical field value for child document

get/documents/history/{objectTypeName}/{documentId}/children/{childDocType}/{childDocId}/fields/{fieldName}
Internal-Use Only

Gets a representation of a field value for a child document at a certain point in its history. If the field is currently 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 the field is currently configured for masking and the requesting user is not authorized to reveal the value of the masked field, the result is an error.

Request Samples

1

Response Samples

1{
2 "fieldName": "ssn",
3 "raw": 12345678
4}

Path Parameters

NameTypeRequiredDescription
childDocId
string
true

The ID of the child document.

childDocType
string
true

The object type of the child document.

documentId
string
true

The ID of the document.

fieldName
string
true

The name of the field.

objectTypeName
string
true

The object type of the document.

Query Parameters

NameTypeRequiredDescription
version
integer
true

The version of the document in history.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
404Not FoundThe document or field was not found.Schema