| baseEntry:clone | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Clone an entry with optional attributes to apply to the clone |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| entryId | string | Id of entry to clone | V | ||
| cloneOptions | KalturaBaseEntryCloneOptionsArray | ||||
| Output Type | |||||
| KalturaBaseEntry | |||||
| Errors | |||||
| ENTRY_ID_NOT_FOUND;ENTRY_ID;Entry id "@ENTRY_ID@" not found | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=baseEntry&action=clone POST fields: entryId |
|||||