Get headers for field values for child document

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

Retrieves 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

1Not Available

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
200OK

The request succeeded.

404Not Found

The document or field was not found.