Kaltura API

searchgetMediaInfo
Description:
Retrieve extra information about media found in search action Some providers return only part of the fields needed to create entry from, use this action to get the rest of the fields.
Input Params
Name Type Description Required Default Value
searchResult KalturaSearchResult KalturaSearchResult object extends KalturaSearch and has all fields required for media:add V
Output Type
KalturaSearchResult
Example HTTP Hit
http://www.kaltura.com/api_v3/service/search/action/getMediaInfo
JSON object:
				
{ searchResult: { objectType: "KalturaSearchResult", keyWords: "value", searchSource: value, mediaType: value, extraData: "value", authData: "value", id: "value", title: "value", thumbUrl: "value", description: "value", tags: "value", url: "value", sourceLink: "value", credit: "value", licenseType: value, flashPlaybackType: "value", fileExt: "value" } }