Kaltura API Documentationplaylist.add

Add new playlist

Note that all entries used in a playlist will become public and may appear in KalturaNetwork

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

Request Parameters

body:object
object
playlist*: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
updateStats:boolean

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