Kaltura API Documentationplaylist.clone

Clone an existing playlist

Try it out
post https://www.kaltura.com/api_v3/service/playlist/action/clone

Request Parameters

body:object
object
id*:string
newPlaylist:object:KalturaPlaylist
duration:integer

readOnly

The duration in seconds

executeUrl:string

readOnly

The url for this playlist

filters:array[object:KalturaMediaEntryFilterForPlaylist]playlistContent:string

Content of the playlist -

XML if the playlistType is dynamic

text if the playlistType is static

url if the playlistType is mRss

playlistType:integer
Enum: STATIC_LIST [3], DYNAMIC [10], EXTERNAL [101], PATH [102]

insertOnly

Enum Type: KalturaPlaylistType

Type of playlist

plays:integer

readOnly

Number of plays

totalResults:integer

Maximum count of results to be returned in playlist execution

views:integer

readOnly

Number of views

KalturaPlaylist must also match all of:
object:KalturaBaseEntry

Response

Success

object:KalturaPlaylist
duration:integer

readOnly

The duration in seconds

executeUrl:string

readOnly

The url for this playlist

filters:array[object:KalturaMediaEntryFilterForPlaylist]
object:KalturaMediaEntryFilterForPlaylist
limit:integer
name:string
KalturaMediaEntryFilterForPlaylist must also match all of:
object:KalturaMediaEntryFilter
playlistContent:string

Content of the playlist -

XML if the playlistType is dynamic

text if the playlistType is static

url if the playlistType is mRss

playlistType:integer
Enum: STATIC_LIST [3], DYNAMIC [10], EXTERNAL [101], PATH [102]

insertOnly

Enum Type: KalturaPlaylistType

Type of playlist

plays:integer

readOnly

Number of plays

totalResults:integer

Maximum count of results to be returned in playlist execution

views:integer

readOnly

Number of views

KalturaPlaylist must also match all of:
object:KalturaBaseEntry