Get headers for field values for child document

head/documents/{objectTypeName}/{documentId}/children/{childDocType}/{childDocId}/fields
Internal-Use Only

Gets headers for a representation of multiple fields values for a child document. Since the GET operation for this endpoint does not produce an error if the user is not authorized to reveal the value of a masked field, this HEAD operation does not either.

Request Samples

1

Response Samples

1No example avaliable

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.

objectTypeName
string
true

The object type of the document.

Query Parameters

NameTypeRequiredDescription
fieldName
array [string]
true

The names of the fields.

Responses

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