Name | Type | Writable | Restrictions | Description |
---|
accessControlId | int | V | | The Access Control ID assigned to this entry (null when not set, send -1 to remove)
|
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.
|
conversionProfileId | int | V | | Override the default ingestion profile
|
createdAt | int | | | Entry creation date as Unix timestamp (In seconds)
|
creatorId | string | V | | The ID of the user who created this entry
|
description | string | V | | Entry description
|
downloadUrl | string | | | Download URL for the entry
|
endDate | int | V | | Entry scheduling end date (null when not set, send -1 to remove)
|
entitledUsersEdit | string | V | | list of user ids that are entitled to edit the entry (no server enforcement) The difference between entitledUsersEdit and entitledUsersPublish is applicative only
|
entitledUsersPublish | string | V | | list of user ids that are entitled to publish the entry (no server enforcement) The difference between entitledUsersEdit and entitledUsersPublish is applicative only
|
groupId | int | V | | |
id | string | | | Auto generated 10 characters alphanumeric string
|
licenseType | KalturaLicenseType | V | | License type used for this entry
|
moderationCount | int | | | Number of moderation requests waiting for this entry
|
moderationStatus | KalturaEntryModerationStatus | | | Entry moderation status
|
name | string | V | | Entry name (Min 1 chars)
|
operationAttributes | KalturaOperationAttributesArray | V | | clipping, skipping and cropping attributes that used to create this entry
|
parentEntryId | string | V | | ID of source root entry, used for defining entires association
|
partnerData | string | V | | Can be used to store various partner related data as a string
|
partnerId | int | | | |
partnerSortValue | int | V | | Can be used to store various partner related data as a numeric value
|
rank | float | | | The calculated average rank. rank = totalRank / votes
|
redirectEntryId | string | V | | IF not empty, points to an entry ID the should replace this current entry's id.
|
referenceId | string | V | | Entry external reference id
|
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
|
replacingEntryId | string | | | ID of temporary entry that will replace this entry when it's approved and ready for replacement
|
rootEntryId | string | | | ID of source root entry, used for clipped, skipped and cropped entries that created from another entry
|
searchText | string | | | Indexed search text for full text search
|
startDate | int | V | | Entry scheduling start date (null when not set, send -1 to remove)
|
status | KalturaEntryStatus | | | |
tags | string | V | | Entry tags
|
thumbnailUrl | string | V | | Thumbnail URL
|
totalRank | int | | | The sum of all rank values submitted to the baseEntry.anonymousRank action
|
type | KalturaEntryType | V | | The type of the entry, this is auto filled by the derived entry object
|
updatedAt | int | | | Entry update date as Unix timestamp (In seconds)
|
userId | string | V | | The ID of the user who is the owner of this entry
|
version | int | | | Version of the entry data
|
votes | int | | | A count of all requests made to the baseEntry.anonymousRank action
|