Kaltura API

notificationgetClientNotification
Description:
Return the notifications for a specific entry id and type
Input Params
Name Type Description Required Default Value
entryId string V
type KalturaNotificationType V
Output Type
KalturaClientNotification
Example HTTP Hit
http://www.kaltura.com/api_v3/service/notification/action/getClientNotification
JSON object:
				
{ entryId: "value", type: value }