Kaltura API

sessionget
Description:
Parse session key and return its info
Input Params
Name Type Description Required Default Value
session string The KS to be parsed, keep it empty to use current session. 1
Output Type
KalturaSessionInfo
Example HTTP Hit
http://www.kaltura.com/api_v3/service/session/action/get
JSON object:
				
{ session: "value" }