Kaltura API

documentget
Description:
Get document entry by ID.
Input Params
Name Type Description Required Default Value
entryId string Document entry id V
version int Desired version of the data 1
Output Type
KalturaDocumentEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/document/action/get
JSON object:
				
{ entryId: "value", version: value }