| session:get | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Parse session key and return its info |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| session | string | The KS to be parsed, keep it empty to use current session. | |||
| Output Type | |||||
| KalturaSessionInfo | |||||
| Errors | |||||
| START_SESSION_ERROR;PID;Error while starting session for partner [@PID@] | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=session&action=get POST fields: session |
|||||