Get headers for historical field value for document

head/documents/history/{objectTypeName}/{documentId}/fields/{fieldName}
Internal-Use Only

Gets headers for a representation of a field value for a top-level document at a certain point in its history. If the field is currently 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 currently configured for masking and the requesting user is not authorized to reveal the value of the masked field, the request will fail.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
documentId
string
true

The ID of the document.

fieldName
string
true

The name of the field.

objectTypeName
string
true

The object type of the document.

Query Parameters

NameTypeRequiredDescription
version
integer
true

The version of the document in history.

Responses

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