0

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?

enter image description here

Martin Hartmann
  • 185
  • 1
  • 8

1 Answers1

1

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

dWinder
  • 11,597
  • 3
  • 24
  • 39