Release notes
2023r6
Fix for deliveredDate for search call in YAML of MAM API
In a previous version, the delivered date was added to several calls in the MAM API. (See version 2023r4)
However, for the GET call to search for media assets, the attribute had not been added to the YAML of the MAM API as filter parameter.
This issue has been fixed. The deliveredDate has been added to the YAML for this call and can also be seen in the Explorer.
2023r4
MAM systems as parameters in search calls of MAM API
On video, subtitling and audio components, it is possible to define the MAM systems associated with those components.
Previously, it was not possible to search for components or media assets with a certain MAM system using the MAM API.
From this version, the mamSystems attribute has been added as search parameter to the following calls:
-
GET /videoComponents -
GET /subtitlingComponents -
GET /audioComponents
In the GET /mediaAssets call, a parameter has been added for each component type: videoMamSystems, audioMamSystems, subtitlingMamSystems
The API reference of the MAM system values should be used in the URL. The GET /mamSystems call can be used to retrieve the drop-down values of the MM2MamSystem drop-down list.
The URL of the search calls could then be defined as follows:
-
GET /mediaAssets?filter=eq(videoMamSystems,Dalet) -
GET /videoComponents?filter=eq(mamSystems,DAM)