Kaltura API DocumentationmetadataProfile.list

List metadata profile objects by filter and pager

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

Request Parameters

body:object
object
filter:object:KalturaMetadataProfileFilter
orderBy:string
Enum: CREATED_AT_ASC [+createdAt], UPDATED_AT_ASC [+updatedAt], CREATED_AT_DESC [-createdAt], UPDATED_AT_DESC [-updatedAt]
KalturaMetadataProfileFilter must also match all of:
object:KalturaMetadataProfileBaseFilter
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:KalturaMetadataProfileListResponse
objects:array[object:KalturaMetadataProfile]
object:KalturaMetadataProfile
createMode:integer
Enum: API [1], KMC [2], APP [3]

Enum Type: KalturaMetadataProfileCreateMode

createdAt:integer

readOnly

description:string
disableReIndexing:boolean
id:integer

readOnly

metadataObjectType:string
Enum: AD_CUE_POINT [adCuePointMetadata.AdCuePoint], ANNOTATION [annotationMetadata.Annotation], CODE_CUE_POINT [codeCuePointMetadata.CodeCuePoint], ANSWER_CUE_POINT [quiz.AnswerCuePoint], QUESTION_CUE_POINT [quiz.QuestionCuePoint], THUMB_CUE_POINT [thumbCuePointMetadata.thumbCuePoint], ENTRY [1], CATEGORY [2], USER [3], PARTNER [4], DYNAMIC_OBJECT [5], USER_ENTRY [6]

Enum Type: KalturaMetadataObjectType

name:string
partnerId:integer

readOnly

status:integer
Enum: ACTIVE [1], DEPRECATED [2], TRANSFORMING [3]

readOnly

Enum Type: KalturaMetadataProfileStatus

systemName:string
updatedAt:integer

readOnly

version:integer

readOnly

views:string

readOnly

xsd:string

readOnly

xslt:string

readOnly

KalturaMetadataProfileListResponse must also match all of:
object:KalturaListResponse