Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Integration Service provides an API where integration endpoints can register for notifications regarding predefined sets of changes in the Digizuite. The Integration Service is fully available from DC 5.3.21.

When registering an endpoint, a name and a URL where notifications should be sent to must be provided. Furthermore, it must be indicated which of the following change types the integration endpoint should receive notifications for:

...

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.