Get headers for field values for document

head/documents/{objectTypeName}/{documentId}/fields

Gets headers for a representation of multiple fields values for a top-level 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

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
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.