Get headers for field values for child document
head/documents/{objectTypeName}/{documentId}/children/{childDocType}/{childDocId}/fields
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.
Name | Type | Required | Description |
---|---|---|---|
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. |