Kaltura API

data.serve
Description:
serve action returan the file from dataContent field.
Input Params
Name Type Description Required Default Value
entryId string Data entry id V
version int Desired version of the data 1
forceProxy bool force to get the content without redirect 1
Output Type
file
Example HTTP Hit
http://www.kaltura.com/api_v3/service/data/action/serve
JSON object:
				
{ entryId: "value", version: value, forceProxy: value }