http://www.kaltura.com/api_v3/service/data/action/add
JSON object:
{
dataEntry: {
objectType: "KalturaDataEntry",
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",
templateEntryId: "value",
displayInSearch: value,
dataContent: "value",
retrieveDataContentByGet: value
}
}
|