| document_documents:serve | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Serves the file content |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| entryId | string | Document entry id | V | ||
| flavorAssetId | string | Flavor asset id | |||
| forceProxy | bool | force to get the content without redirect | |||
| Output Type | |||||
| file | |||||
| Errors | |||||
| ENTRY_ID_NOT_FOUND;ENTRY_ID;Entry id "@ENTRY_ID@" not found | |||||
| FLAVOR_ASSET_IS_NOT_READY;;The flavor asset is not ready | |||||
| FLAVOR_ASSET_ID_NOT_FOUND;ID;Flavor asset id "@ID@" not found | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=document_documents&action=serve POST fields: entryId flavorAssetId forceProxy |
|||||