Kaltura API

responseprofileclone
Description:
Clone an existing response profile
Input Params
Name Type Description Required Default Value
id bigint V
profile KalturaResponseProfile V
Output Type
KalturaResponseProfile
Example HTTP Hit
http://www.kaltura.com/api_v3/service/responseprofile/action/clone
JSON object:
				
{ id: value, profile: { objectType: "KalturaResponseProfile", name: "value", type: value, fields: "value", filter: { objectType: "KalturaRelatedFilter", orderBy: "value", advancedSearch: { objectType: "KalturaSearchItem" } }, pager: { objectType: "KalturaFilterPager", pageSize: value, pageIndex: value }, relatedProfiles: [{ objectType: "KalturaDetachedResponseProfile", name: "value", type: value, fields: "value", filter: { objectType: "KalturaRelatedFilter", orderBy: "value", advancedSearch: { objectType: "KalturaSearchItem" } }, pager: { objectType: "KalturaFilterPager", pageSize: value, pageIndex: value }, relatedProfiles: [{ objectType: "KalturaDetachedResponseProfile" }], mappings: [{ objectType: "KalturaResponseProfileMapping", parentProperty: "value", filterProperty: "value", allowNull: value }] }], mappings: [{ objectType: "KalturaResponseProfileMapping", parentProperty: "value", filterProperty: "value", allowNull: value }], systemName: "value" } }