ContentVersionHistory
Stores the history of changes made to Content Versions, tracking modifications and updates.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the content version history record. | |
| IsDeleted | Boolean | True |
Indicates whether the history record has been deleted (true) or not (false). | |
| ContentVersionId | String | True |
ID of the content version associated with this history entry. | |
| CreatedById | String | True |
ID of the user who created this history record. | |
| CreatedDate | Datetime | True |
Date and time when the history record was created. | |
| Field | String | True |
The name of the field that was changed. | |
| OldValue | String | True |
The previous value of the changed field. | |
| NewValue | String | True |
The new value of the changed field. |