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.

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.
timeOfChangestringrequired
Timestamp when the change occurred.
transactionIdstring
UUID of the transaction that made this change.
userstringrequired
User who made the change.

Metadata about entity changes including transaction information and change type.

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

See other schemas in the common category.