data:serve | ||
---|---|---|
Description: | ||
serve action returan the file from dataContent field. |
||
Input Params | ||
name | type | Description |
entryId | string | Data entry id |
version | int | Desired version of the data |
forceProxy | bool | force to get the content without redirect |
Output Type | ||
type | ||
file | ||
Errors | ||
ENTRY_ID_NOT_FOUND,Entry id "%s" not found | ||
Example HTTP Hit | ||
http://www.kaltura.com/api_v3/?service=data&action=serve POST fields: entryId version forceProxy |