...
Code Block |
---|
{ "ChangeType": <the change type of the event>, "Data": { <specificId>: <specificIdValue>"ItemId": <itemId of the item that triggered the event>, "ItemId"<specificId>: <itemId<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.For each of the change types, an additional data parameter is provided. The specific IDs are<specificId> depends on the change type:
ChangeType | <specificId> |
---|---|
AssetChanged | “AssetId” |
ComboValueChanged | “ComboValueId” |
MetafieldChanged | “MetafieldId” |
TreeValueChanged | “TreeValueId” |
Info |
---|
The dynamic <specificId> is changed to always be “BaseId” in DC version 5.3.2. |