Skip to content
Settings

EntityChangeMeta

Metadata about entity changes including transaction information and change type.

EntityChangeMeta

Metadata about entity changes including transaction information and change type.

transactionIdstring
UUID of the transaction that made this change.
timeOfChangestringrequired
Timestamp when the change occurred.
userstringrequired
User who made the change.
changeTypestringrequired
Type of change that was made to the entity.
Allowed values: CREATE, UPDATE, DELETE
fieldsChangedCountinteger
Number of fields changed in the entity for this change.

Metadata about entity changes including transaction information and change type.

  • transactionId (string): UUID of the transaction that made this change.
  • timeOfChange (string, required): Timestamp when the change occurred.
  • user (string, required): User who made the change.
  • changeType (string, required): Type of change that was made to the entity.
  • fieldsChangedCount (integer): Number of fields changed in the entity for this change.

See other schemas in the common category.