Kaltura API

attachment_attachmentassetserve
Description:
Serves attachment by its id
Input Params
Name Type Description Required Default Value
attachmentAssetId string V
serveOptions KalturaAttachmentServeOptions 1
Output Type
file
Example HTTP Hit
http://www.kaltura.com/api_v3/service/attachment_attachmentasset/action/serve
JSON object:
				
{ attachmentAssetId: "value", serveOptions: { objectType: "KalturaAttachmentServeOptions", download: value, referrer: "value" } }