| caption_captionasset:servebyentryid | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Serves caption by entry id and thumnail params id |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| entryId | string | V | |||
| captionParamId | int | if not set, default caption will be used. | |||
| Output Type | |||||
| file | |||||
| Errors | |||||
| CAPTION_ASSET_PARAMS_ID_NOT_FOUND;PARAM_ID;Caption params id "@PARAM_ID@" not found | |||||
| ENTRY_ID_NOT_FOUND;ENTRY_ID;Entry id "@ENTRY_ID@" not found | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=caption_captionasset&action=servebyentryid POST fields: entryId captionParamId |
|||||