Get headers for field value for child document

head/documents/{objectTypeName}/{documentId}/children/{childDocType}/{childDocId}/fields/{fieldName}

Retrieves headers for a representation of a field value for a child document. If the field is configured for masking, and if the requesting user is authorized to reveal the value of the masked field, the request will succeed. If the field is configured for masking and the requesting user is not authorized to reveal the value of the masked field, the request will fail.

Request Samples

Path Parameters

NameTypeRequiredDescription
objectTypeName
string
true

The object type of the document.

documentId
string
true

The ID of the document.

childDocType
string
true

The object type of the child document.

childDocId
string
true

The ID of the child document.

fieldName
string
true

The name of the field.

Responses

StatusMeaningDescription
200OK

The request succeeded.

404Not Found

The document or field was not found.