Kaltura API DocumentationcategoryEntry.list

List all categoryEntry

Try it out
post https://www.kaltura.com/api_v3/service/categoryentry/action/list

Request Parameters

body:object
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

Response

Success

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