List all categoryEntry
{ "responseProfile": { "objectType": "KalturaDetachedResponseProfile" } }
object responseProfile:object:KalturaBaseResponseProfile
abstract
objectType:string Enum: KalturaDetachedResponseProfile, KalturaResponseProfileHolder, KalturaResponseProfileKalturaBaseResponseProfile must also match any of:
object:KalturaDetachedResponseProfile object:KalturaResponseProfileHolder object:KalturaResponseProfile
{ "filter": { "advancedSearch": { "objectType": "KalturaCatalogItemAdvancedFilter" }, "objectType": "KalturaCategoryEntryFilter", "orderBy": "+createdAt", "categoryFullIdsStartsWith": "", "categoryIdEqual": 0, "categoryIdIn": "", "createdAtGreaterThanOrEqual": 0, "createdAtLessThanOrEqual": 0, "creatorUserIdEqual": "", "creatorUserIdIn": "", "entryIdEqual": "", "entryIdIn": "", "statusEqual": 1, "statusIn": "" }, "pager": { "objectType": "KalturaPager", "pageIndex": 0, "pageSize": 0 } }
object filter:object:KalturaCategoryEntryFilter orderBy:string Enum: CREATED_AT_ASC [+createdAt], CREATED_AT_DESC [-createdAt]KalturaCategoryEntryFilter must also match all of:
object:KalturaCategoryEntryBaseFilter pager:object:KalturaFilterPager The KalturaFilterPager object enables paging management to be applied upon service list actions.
KalturaFilterPager must also match all of:
object:KalturaPager
Success
{ "objectType": "KalturaListResponse", "totalCount": 0, "objects": [ { "categoryFullIds": "", "categoryId": 0, "createdAt": 0, "creatorUserId": "", "entryId": "", "status": 1 } ] }
object:KalturaCategoryEntryListResponse objects:array[object:KalturaCategoryEntry] object:KalturaCategoryEntry categoryFullIds:string
readOnly
The full ids of the Category
categoryId:integer createdAt:integer
readOnly
Creation date as Unix timestamp (In seconds)
creatorUserId:string
readOnly
CategroyEntry creator puser ID
entryId:string entry id
status:integer Enum: PENDING [1], ACTIVE [2], DELETED [3], REJECTED [4]
readOnly
Enum Type:
KalturaCategoryEntryStatus
CategroyEntry status
KalturaCategoryEntryListResponse must also match all of:
object:KalturaListResponse