Kaltura API

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