Kaltura API DocumentationcategoryEntry.add

Add new CategoryEntry

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

Request Parameters

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

Response

Success

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