Getting Voted or liked video list

How to get list of all the video which are liked by a user or voted by a user.
Is it that we need to create play list for that and then execute this play list to get the videos.

If so how to create this play list, how to create rule for this play list.

Or there is not any specific API for archiving this and we need to get all the media entries and check the voted parameter and filter out unvoted entries.

I don’t think kaltura keep a per user vote, only the accumulated numbers

I mean all the videos with like by any user, we have voted boolean parameter in the base media entry, i want to list all the media entries which has voted flag set to true value.

In the kalturaMediaFilter you have a field for totalRankGreaterThanOrEqual

bang-on what I was looking for, thanks for the reply.