Name |
Description |
add | Generic add entry, should be used when the uploaded entry type is not known
|
addContent | Generic add entry, should be used when the uploaded entry type is not known
|
addFromUploadedFile | Generic add entry using an uploaded file, should be used when the uploaded entry type is not known
|
get | Get base entry by ID.
|
getRemotePaths | Get remote storage existing paths for the asset
|
update | Update base entry. Only the properties that were set will be updated.
|
updateContent | Update base entry. Only the properties that were set will be updated.
|
getByIds | Get base entry by comma separated entry ids.
|
delete | Delete an entry.
|
list | List base entries by filter with paging support.
|
count | Count base entries by filter.
|
upload | Upload a file to Kaltura, that can be used to create an entry.
DEPRECATED - use upload.upload or uploadToken.add instead
|
updateThumbnailJpeg | Update entry thumbnail using a raw jpeg file
|
updateThumbnailFromUrl | Update entry thumbnail using url
|
updateThumbnailFromSourceEntry | Update entry thumbnail from a different entry by a specified time offset (In seconds)
|
flag | Flag inappropriate entry for moderation
|
reject | Reject the entry and mark the pending flags (if any) as moderated (this will make the entry non playable)
|
approve | Approve the entry and mark the pending flags (if any) as moderated (this will make the entry playable)
|
listFlags | List all pending flags for the entry
|
anonymousRank | Anonymously rank an entry, no validation is done on duplicate rankings
|
getContextData | |