Data modification

Table of Contents

Description

Create, modify, or delete an entity in the domain center data model or in the product-project data model.

Table 1. System Characteristics

Class

Type

data_changed

Properties

Table 2. Properties
Specification Description

Name: eclass
Type: varchar
Empty value: — 

Data class of the modified object instance.

Name: operation
Type: int
Empty value: — 

Operation on the object: 0 - deletion, 1 - creation, 2 - modification of properties.

Name: eid
Type: varchar
Empty value: — 

Identifier of the modified object instance.

Name: entity0
Type: jsonb
Empty value: — 

JSON content of the object instance before modification. For a create operation, contains the instance data after creation.

Name: entity
Type: jsonb
Empty value: — 

JSON content of the object instance after modification. For delete operation contains instance data before deletion.

Name: modifier_type
Type: varchar
Blank value: — 

The type of entity that made the change: user, integration, script, system, master.

Name: modifier_id
Type: varchar
Empty value: — 

Identifier of the entity that made the change (user, integration channel, scenario)

See also