Kaltura API

baseentryclone
Description:
Clone an entry with optional attributes to apply to the clone
Input Params
Name Type Description Required Default Value
entryId string Id of entry to clone V
cloneOptions array of KalturaBaseEntryCloneOptionItem 1
Output Type
KalturaBaseEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/baseentry/action/clone
JSON object:
				
{ entryId: "value", cloneOptions: [{ objectType: "KalturaBaseEntryCloneOptionItem" }] }