Skip to content

DAM 25.8

Version 25.8
Release Date 2 December 2025

Changes

New features

None

Enhancements

  • Add new search filters to endpoint POST /api/{culture}/files/search:
    • fileIds - Filter files based on a list of file IDs.
    • filePath - Filter files based on their file path (case-insensitive).
  • Add breadcrumb property to the response of endpoint POST /api/{culture}/files/search. This gives the folder path to the folder of the file.

Deprecations

  • Deprecate GET /api/{culture}/files/by-path endpoint. Use POST /api/{culture}/files/search with the new filePath filter instead.