Get historical field value for document
get/documents/history/{objectTypeName}/{documentId}/fields/{fieldName}
Gets 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 raw unmasked value of the field is returned. If the field is currently configured for masking and the requesting user is not authorized to reveal the value of the masked field, the result is an error.
Name | Type | Required | Description |
---|---|---|---|
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. |