Kaltura API

baseentrygetContextData
Description:
This action delivers entry-related data, based on the user's context: access control, restriction, playback format and storage information.
Input Params
Name Type Description Required Default Value
entryId string V
contextDataParams KalturaEntryContextDataParams V
Output Type
KalturaEntryContextDataResult
Example HTTP Hit
http://www.kaltura.com/api_v3/service/baseentry/action/getContextData
JSON object:
				
{ entryId: "value", contextDataParams: { objectType: "KalturaEntryContextDataParams", referrer: "value", ip: "value", ks: "value", userAgent: "value", time: value, contexts: [{ objectType: "KalturaAccessControlContextTypeHolder", type: "value" }], hashes: [{ objectType: "KalturaKeyValue", key: "value", value: "value" }], flavorAssetId: "value", flavorTags: "value", streamerType: "value", mediaProtocol: "value" } }