...
TIMESPAN could for instance have the value 00:00:07, if the debouncing interval should be set to 7 seconds. The default value is 5 seconds.
Note that, it is possible to provide custom headers for the notification HTTP messages when registering an integration endpoint. This, however, is optional.
...
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. |