简体   繁体   中英

How to search for, or get entryId with Kaltura API

Hi I'm trying to get the entryId back (so I can update thumbnails) with the kaltura API. How do i do this. My thought is to use title and category. But can't figure out how to do that. Any suggestions?

在此处输入图像描述

You can use the list action on the media service - see here for ducomentation .

You can use the nameEqual field to search for the specific entry. I suggest search by the name. If you want, you have more field you can search on in the filter

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM