thumbasset:generatebyentryid | ||
---|---|---|
Input Params | ||
name | type | Description |
entryId | string | |
destThumbParamsId | int | indicate the id of the ThumbParams to be generate this thumbnail by |
Output Type | ||
type | ||
KalturaThumbAsset | ||
Errors | ||
ENTRY_ID_NOT_FOUND,Entry id "%s" not found | ||
ENTRY_TYPE_NOT_SUPPORTED,Entry type "%s" not suppported | ||
ENTRY_MEDIA_TYPE_NOT_SUPPORTED,Entry media type "%s" not suppported | ||
THUMB_ASSET_ID_NOT_FOUND,The Thumbnail asset not found for params id "%s" | ||
INVALID_ENTRY_STATUS,Invalid entry status | ||
THUMB_ASSET_IS_NOT_READY,The thumbnail asset is not ready | ||
Example HTTP Hit | ||
http://www.kaltura.com/api_v3/?service=thumbasset&action=generatebyentryid POST fields: entryId destThumbParamsId |