...
Code Block |
---|
{ "ChangeType": <the change type of the event>, "Data": { "ItemId": <itemId of the item that triggered the event>, "BaseId"<specificId>: <baseId of the item that triggered the event> } } |
The value of the “ChangeType” parameter is an integer, which is used to identify its change type. See the constants in the table above.The value set in “BaseId” <specificId> depends on the change type:
ChangeType | BaseId<specificId> |
---|---|
AssetChanged | AssetId“AssetId” |
ComboValueChanged | ComboValueId“ComboValueId” |
MetafieldChanged | MetafieldId“MetafieldId” |
TreeValueChanged | TreeValueId“TreeValueId” |
Info |
---|
The dynamic <specificId> is changed to always be “BaseId” in DC version 5.3.2. |