Kaltura API

KalturaBaseEntry
Properties
KalturaObjectBase Inherited from KalturaObjectBase
Name Type Writable Restrictions Description
relatedObjects map of KalturaListResponse
KalturaBaseEntry
Name Type Writable Restrictions Description
id string Auto generated 10 characters alphanumeric string
name string V Entry name (Min 1 chars)
multiLingual_name array of KalturaMultiLingualString V Entry name (Min 1 chars)
description string V Entry description
multiLingual_description array of KalturaMultiLingualString V Entry description
partnerId int
userId string V The ID of the user who is the owner of this entry
creatorId string V The ID of the user who created this entry
tags string V Entry tags
multiLingual_tags array of KalturaMultiLingualString V Entry tags
adminTags string V Entry admin tags can be updated only by administrators
categories string V Comma separated list of full names of categories to which this entry belongs. Only categories that don't have entitlement (privacy context) are listed, to retrieve the full list of categories, use the categoryEntry.list action.
categoriesIds string V Comma separated list of ids of categories to which this entry belongs. Only categories that don't have entitlement (privacy context) are listed, to retrieve the full list of categories, use the categoryEntry.list action.
status KalturaEntryStatus
moderationStatus KalturaEntryModerationStatus Entry moderation status
moderationCount int Number of moderation requests waiting for this entry
type KalturaEntryType V The type of the entry, this is auto filled by the derived entry object
createdAt int Entry creation date as Unix timestamp (In seconds)
updatedAt int Entry update date as Unix timestamp (In seconds)
rank float The calculated average rank. rank = totalRank / votes
totalRank int The sum of all rank values submitted to the baseEntry.anonymousRank action
votes int A count of all requests made to the baseEntry.anonymousRank action
groupId int V
partnerData string V Can be used to store various partner related data as a string
downloadUrl string Download URL for the entry
searchText string Indexed search text for full text search
licenseType KalturaLicenseType V License type used for this entry
version int Version of the entry data
thumbnailUrl string Thumbnail URL
accessControlId int V The Access Control ID assigned to this entry (null when not set, send -1 to remove)
startDate int V Entry scheduling start date (null when not set, send -1 to remove)
endDate int V Entry scheduling end date (null when not set, send -1 to remove)
referenceId string V Entry external reference id
replacingEntryId string ID of temporary entry that will replace this entry when it's approved and ready for replacement
replacedEntryId string ID of the entry that will be replaced when the replacement approved and this entry is ready
replacementStatus KalturaEntryReplacementStatus Status of the replacement readiness and approval
partnerSortValue int V Can be used to store various partner related data as a numeric value
conversionProfileId int V Override the default ingestion profile
redirectEntryId string V IF not empty, points to an entry ID the should replace this current entry's id.
rootEntryId string ID of source root entry, used for clipped, skipped and cropped entries that created from another entry
parentEntryId string V ID of source root entry, used for defining entires association
operationAttributes array of KalturaOperationAttributes V clipping, skipping and cropping attributes that used to create this entry
entitledUsersEdit string V list of user ids that are entitled to edit the entry (no server enforcement) The difference between entitledUsersEdit, entitledUsersPublish and entitledUsersView is applicative only
entitledUsersPublish string V list of user ids that are entitled to publish the entry (no server enforcement) The difference between entitledUsersEdit, entitledUsersPublish and entitledUsersView is applicative only
entitledUsersView string V list of user ids that are entitled to view the entry (no server enforcement) The difference between entitledUsersEdit, entitledUsersPublish and entitledUsersView is applicative only
capabilities string Comma seperated string of the capabilities of the entry. Any capability needed can be added to this list.
templateEntryId string V Template entry id
displayInSearch KalturaEntryDisplayInSearchType V should we display this entry in search
application KalturaEntryApplication V Entry application
applicationVersion string V Entry application version
blockAutoTranscript bool V Block auto transcript on Entry
defaultLanguage string Entry's default language if the entry is multi lingual
responseLanguage string The language in which the object is returned
Sub classes: KalturaDataEntry, KalturaDocumentEntry, KalturaPlayableEntry, KalturaMediaEntry, KalturaExternalMediaEntry, KalturaLiveEntry, KalturaLiveChannel, KalturaLiveStreamEntry, KalturaLiveStreamAdminEntry, KalturaMixEntry, KalturaPlaylist, KalturaRoomEntry