Kaltura API

baseentrygetByIds
Description:
Get an array of KalturaBaseEntry objects by a comma-separated list of ids.
Input Params
Name Type Description Required Default Value
entryIds string Comma separated string of entry ids V
Output Type
array of KalturaBaseEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/baseentry/action/getByIds
JSON object:
				
{ entryIds: "value" }