Name | Type | Description |
---|
accessControlIdEqual | int | |
accessControlIdIn | string | |
adminTagsLike | string | This filter should be in use for retrieving specific entries. It should include only one string to search for in entry tags set by an ADMIN user (no wildcards, spaces are treated as part of the string).
@var string |
adminTagsMultiLikeAnd | string | This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, set by an ADMIN user, while applying an AND logic to retrieve entries that contain all input strings (no wildcards, spaces are treated as part of the string).
@var string |
adminTagsMultiLikeOr | string | This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, set by an ADMIN user, while applying an OR logic to retrieve entries that contain at least one input string (no wildcards, spaces are treated as part of the string).
@var string |
categoriesIdsMatchAnd | string | |
categoriesIdsMatchOr | string | |
categoriesMatchAnd | string | |
categoriesMatchOr | string | |
createdAtGreaterThanOrEqual | int | This filter parameter should be in use for retrieving only entries which were created at Kaltura system after a specific time/date (standard timestamp format).
@var int |
createdAtLessThanOrEqual | int | This filter parameter should be in use for retrieving only entries which were created at Kaltura system before a specific time/date (standard timestamp format).
@var int |
endDateGreaterThanOrEqual | int | |
endDateGreaterThanOrEqualOrNull | int | |
endDateLessThanOrEqual | int | |
endDateLessThanOrEqualOrNull | int | |
groupIdEqual | int | |
idEqual | string | This filter should be in use for retrieving only a specific entry (identified by its entryId).
@var string |
idIn | string | This filter should be in use for retrieving few specific entries (string should include comma separated list of entryId strings).
@var string |
idNotIn | string | |
moderationStatusEqual | KalturaEntryModerationStatus | |
moderationStatusIn | string | |
moderationStatusNotEqual | KalturaEntryModerationStatus | |
moderationStatusNotIn | string | |
nameEqual | string | This filter should be in use for retrieving entries with a specific name.
@var string |
nameLike | string | This filter should be in use for retrieving specific entries. It should include only one string to search for in entry names (no wildcards, spaces are treated as part of the string).
@var string |
nameMultiLikeAnd | string | This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry names, while applying an AND logic to retrieve entries that contain all input strings (no wildcards, spaces are treated as part of the string).
@var string |
nameMultiLikeOr | string | This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry names, while applying an OR logic to retrieve entries that contain at least one input string (no wildcards, spaces are treated as part of the string).
@var string |
partnerIdEqual | int | This filter should be in use for retrieving only entries which were uploaded by/assigned to users of a specific Kaltura Partner (identified by Partner ID).
@var int |
partnerIdIn | string | This filter should be in use for retrieving only entries within Kaltura network which were uploaded by/assigned to users of few Kaltura Partners (string should include comma separated list of PartnerIDs)
@var string |
partnerSortValueGreaterThanOrEqual | int | |
partnerSortValueLessThanOrEqual | int | |
referenceIdEqual | string | |
referenceIdIn | string | |
replacedEntryIdEqual | string | |
replacedEntryIdIn | string | |
replacementStatusEqual | KalturaEntryReplacementStatus | |
replacementStatusIn | string | |
replacingEntryIdEqual | string | |
replacingEntryIdIn | string | |
rootEntryIdEqual | string | |
rootEntryIdIn | string | |
searchTextMatchAnd | string | This filter should be in use for retrieving specific entries while search match the input string within all of the following metadata attributes: name, description, tags, adminTags.
@var string |
searchTextMatchOr | string | This filter should be in use for retrieving specific entries while search match the input string within at least one of the following metadata attributes: name, description, tags, adminTags.
@var string |
startDateGreaterThanOrEqual | int | |
startDateGreaterThanOrEqualOrNull | int | |
startDateLessThanOrEqual | int | |
startDateLessThanOrEqualOrNull | int | |
statusEqual | KalturaEntryStatus | This filter should be in use for retrieving only entries, at a specific KalturaEntryStatus.
@var KalturaEntryStatus |
statusIn | string | This filter should be in use for retrieving only entries, at few specific KalturaEntryStatus (comma separated).
@dynamicType KalturaEntryStatus |
statusNotEqual | KalturaEntryStatus | This filter should be in use for retrieving only entries, not at a specific KalturaEntryStatus.
@var KalturaEntryStatus |
statusNotIn | string | This filter should be in use for retrieving only entries, not at few specific KalturaEntryStatus (comma separated).
@dynamicType KalturaEntryStatus |
tagsAdminTagsMultiLikeAnd | string | |
tagsAdminTagsMultiLikeOr | string | |
tagsAdminTagsNameMultiLikeAnd | string | |
tagsAdminTagsNameMultiLikeOr | string | |
tagsLike | string | This filter should be in use for retrieving specific entries. It should include only one string to search for in entry tags (no wildcards, spaces are treated as part of the string).
@var string |
tagsMultiLikeAnd | string | This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, while applying an AND logic to retrieve entries that contain all input strings (no wildcards, spaces are treated as part of the string).
@var string |
tagsMultiLikeOr | string | This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, while applying an OR logic to retrieve entries that contain at least one input string (no wildcards, spaces are treated as part of the string).
@var string |
tagsNameMultiLikeAnd | string | |
tagsNameMultiLikeOr | string | |
typeEqual | KalturaEntryType | |
typeIn | string | This filter should be in use for retrieving entries of few KalturaEntryType (string should include a comma separated list of KalturaEntryType enumerated parameters).
@dynamicType KalturaEntryType |
updatedAtGreaterThanOrEqual | int | |
updatedAtLessThanOrEqual | int | |
userIdEqual | string | This filter parameter should be in use for retrieving only entries, uploaded by/assigned to a specific user (identified by user Id).
@var string |