| playlist:clone | ||||
|---|---|---|---|---|
| Description: | ||||
| Clone an existing playlist |
||||
| Input Params | ||||
| Name | Type | Description | Required | Default Value |
| id | string | Id of the playlist to clone | V | |
| newPlaylist | KalturaPlaylist | Parameters defined here will override the ones in the cloned playlist | ||
| Output Type | ||||
| KalturaPlaylist | ||||
| Errors | ||||
| INVALID_ENTRY_ID,Unknown %s [%s] | ||||
| INVALID_PLAYLIST_TYPE,Invalid playlist type | ||||
| Example HTTP Hit | ||||
| http://www.kaltura.com/api_v3/?service=playlist&action=clone POST fields: id newPlaylist:id newPlaylist:name newPlaylist:description newPlaylist:partnerId newPlaylist:userId newPlaylist:creatorId newPlaylist:tags newPlaylist:adminTags newPlaylist:categories newPlaylist:categoriesIds newPlaylist:status newPlaylist:moderationStatus newPlaylist:moderationCount newPlaylist:type newPlaylist:createdAt newPlaylist:updatedAt newPlaylist:rank newPlaylist:totalRank newPlaylist:votes newPlaylist:groupId newPlaylist:partnerData newPlaylist:downloadUrl newPlaylist:searchText newPlaylist:licenseType newPlaylist:version newPlaylist:thumbnailUrl newPlaylist:accessControlId newPlaylist:startDate newPlaylist:endDate newPlaylist:referenceId newPlaylist:replacingEntryId newPlaylist:replacedEntryId newPlaylist:replacementStatus newPlaylist:partnerSortValue newPlaylist:conversionProfileId newPlaylist:rootEntryId newPlaylist:operationAttributes newPlaylist:entitledUsersEdit newPlaylist:entitledUsersPublish newPlaylist:playlistContent newPlaylist:filters newPlaylist:totalResults newPlaylist:playlistType newPlaylist:plays newPlaylist:views newPlaylist:duration |
||||