Kaltura API Documentationlike.list

Try it out
post https://www.kaltura.com/api_v3/service/like_like/action/list

Request Parameters

body:object
object
filter:object:KalturaLikeFilter
orderBy:string
KalturaLikeFilter must also match all of:
object:KalturaLikeBaseFilter
pager:object:KalturaFilterPager

The KalturaFilterPager object enables paging management to be applied upon service list actions.

KalturaFilterPager must also match all of:
object:KalturaPager

Response

Success

object:KalturaLikeListResponse
objects:array[object:KalturaLike]
object:KalturaLike
createdAt:integer

The date of the like's creation

entryId:string

The id of the entry that the like belongs to

userId:string

The id of user that the like belongs to

KalturaLikeListResponse must also match all of:
object:KalturaListResponse