Kaltura API

reportgetCsvFromStringParams
Description:
Returns report CSV file executed by string params with the following convention: param1=value1;param2=value2
Input Params
Name Type Description Required Default Value
id int V
params string 1
Output Type
file
Example HTTP Hit
http://www.kaltura.com/api_v3/service/report/action/getCsvFromStringParams
JSON object:
				
{ id: value, params: "value" }