playlist:clone | |||||
---|---|---|---|---|---|
Description: | |||||
Clone an existing playlist |
|||||
Input Params | |||||
Name | Type | Description | Required | Default Value | Restrictions |
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;ENTRY_TYPE,ENTRY_ID;Unknown @ENTRY_TYPE@ [@ENTRY_ID@] | |||||
INVALID_PLAYLIST_TYPE;;Invalid playlist type | |||||
Example HTTP Hit | |||||
http://www.kaltura.com/api_v3/?service=playlist&action=clone POST fields: id newPlaylist:relatedObjects 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:redirectEntryId newPlaylist:rootEntryId newPlaylist:parentEntryId newPlaylist:operationAttributes newPlaylist:entitledUsersEdit newPlaylist:entitledUsersPublish newPlaylist:capabilities newPlaylist:playlistContent newPlaylist:filters newPlaylist:totalResults newPlaylist:playlistType newPlaylist:plays newPlaylist:views newPlaylist:duration newPlaylist:executeUrl |