# HistoryItem

Represents a change in the document history. Use it in an import script.

## Properties

| Name | Type | Description |
| --- | --- | --- |
| author |  [User](Import-User.html)  |  The author of the change.   |
| fieldChanges |  Map.<string, [FieldChange](Import-FieldChange.html)>  |  The set of field changes made in the transaction.   |
| id |  string  |  The ID of the change.   |
| timestamp |  string  |  The date and time of the change.   |

## See also

[User](Import-User.html) [FieldChange](Import-FieldChange.html)

