Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法获取创建后修改的媒体?换句话说,是否有 lastupdate 或 lastmodification 的标志或字段?
没有标志来告知条目是否已更新,但有一个字段将上次更新的时间戳保存在“updatedAt”中。您可以通过 Kaltura api 的列表操作按“updatedAtGreaterThanOrEqual”或“updatedAtLessThanOrEqual”过滤条目。