Kaltura API

playlistadd
Description:
Add new playlist Note that all entries used in a playlist will become public and may appear in KalturaNetwork
Input Params
Name Type Description Required Default Value
playlist KalturaPlaylist V
updateStats bool indicates that the playlist statistics attributes should be updated synchronously now 1
Output Type
KalturaPlaylist
Example HTTP Hit
http://www.kaltura.com/api_v3/service/playlist/action/add
JSON object:
				
{ playlist: { objectType: "KalturaPlaylist", name: "value", description: "value", userId: "value", creatorId: "value", tags: "value", adminTags: "value", categories: "value", categoriesIds: "value", type: "value", groupId: value, partnerData: "value", licenseType: value, accessControlId: value, startDate: value, endDate: value, referenceId: "value", partnerSortValue: value, conversionProfileId: value, redirectEntryId: "value", parentEntryId: "value", operationAttributes: [{ objectType: "KalturaOperationAttributes" }], entitledUsersEdit: "value", entitledUsersPublish: "value", entitledUsersView: "value", templateEntryId: "value", displayInSearch: value, playlistContent: "value", filters: [{ objectType: "KalturaMediaEntryFilterForPlaylist", limit: value, name: "value" }], totalResults: value, playlistType: value }, updateStats: value }