KalturaAPI:addkshow

From Devwiki

Jump to: navigation, search

Part of the KalturaAPI

Contents

Description

Creates a new Collaborative Video with a unique name and a summary.
This Collaborative Video can then be added to using the Contribution Wizard.

Parameters

Name Type Mandatory Description
kshow_name string always The name of the Collaborative Video. This string should be unique per partner.

The name is displayed on the widget at play time.

kshow_description string no A short description of the Collaborative Video.

The description is displayed on the widget at play time.

kshow_tags string no tags separated by ',' that help describe the Collaborative Video.

These strings help find the Collaborative Video during search.

detailed 0 or 1 no affects the amount of info returned for the newly created Collaborative Video.
'detailed=1' will present more info such as the name of the producer and not only his ID.

Results

Name Type Description
kshow kshow object An object with info about the new Collaborative Video. If detailed=1 was used, many extra parameters are returned.

Error Codes

Code Description
-1 Kshow with name '<kshow_name>' already exists in system
Personal tools