| Name | Description | 
      | add | Generic add entry, should be used when the uploaded entry type is not known. 
 | 
| addContent | Attach content resource to entry in status NO_MEDIA 
 | 
| 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 the content resource associated with the entry. 
 | 
| getByIds | Get an array of KalturaBaseEntry objects by a comma-separated list of ids. 
 | 
| delete | Delete an entry. 
 | 
| list | List base entries by filter with paging support. 
 | 
| listByReferenceId | List base entries by filter according to reference id 
 | 
| count | Count base entries by filter. 
 | 
| upload | Upload a file to Kaltura, that can be used to create an entry. 
 | 
| 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 | This action delivers entry-related data, based on the user's context: access control, restriction, playback format and storage information. 
 | 
| export |  | 
| index | Index an entry by id. 
 | 
| clone | Clone an entry with optional attributes to apply to the clone 
 |