sergi martinez
sergi martinez

Reputation: 165

Retrieve attachments from a Kaltura video

Our system allows the possibility of playing videos from Kaltura. There is a chance these videos may contain attached files, which I would like to present to the user. Is there any API call to retrieve these files by just passing the entry_id of the video?

I found this, but looks it only allows to get the attachment by the attachment ID, and not the entry_id from the video containing the attachements. Thank you so much

Upvotes: 2

Views: 90

Answers (1)

dWinder
dWinder

Reputation: 11642

You can use the list action for the attachmentasset service (see here).

Note, that in the filter (KalturaAssetBaseFilter) you have field called entryIdEqual (string)

Upvotes: 0

Related Questions