DC 5.9 - Old API Deprecation

Digizuite has a range of old API endpoints which are officially deprecated with version 5.9.0.

Any API endpoint on path

http(s)://<dam-url.com>/dmm3bwsv3/*

Is officially deprecated with this version.

This API is the old ASP.NET framework API and as Microsoft is pushing for the newer and more modern Dotnet framework, then Digizuite must adjust accordingly.

To migrate, see the below documentation

Connectors

Below is a table describing the connectors that are impacted by this. Connectors that are impacted by this are connectors where additional code has to be installed in another system

Connector

Version that only uses the new API

Connector

Version that only uses the new API

DAM For Sitecore

11+

DAM For Episerver

2.2+

DAM For Optimizely

4.0+

The remaining connectors developed by Digizuite are automatically updated alongside Digizuite and therefore wont be impacted by this change.

Custom integrations

Custom integrations are integrations developer by client or partners. These connectors is outside the control of Digizuite and therefore these must be manually migrated from the old to the new API.

The migration consists of changing the API parts of the integration ensuring the the API abbreviation dmm3bwsv3 is not called and referenced anywhere.

To migrate this the following table can be used

Operation

Old API

New API

Operation

Old API

New API

Authentication

LogOn methods

Authentication

Getting assets by Id

GetAssets

GetAssetsById

Getting assets by other properties

GetAssets

Getting assets by other properties

Working with metadata

Metadata

Working with Metadata

Upload and replace

Upload and replace

Upload and replace

Streaming and downloading

Streaming and downloading

Streaming and downloading

For more advanced use cases, we refer to the general documentation