eventnotification_eventnotificationtemplate:dispatch | |||||
---|---|---|---|---|---|
Description: | |||||
Dispatch event notification object by id |
|||||
Input Params | |||||
Name | Type | Description | Required | Default Value | Restrictions |
id | int | V | |||
scope | KalturaEventNotificationScope | V | |||
Output Type | |||||
int | |||||
Errors | |||||
EVENT_NOTIFICATION_TEMPLATE_NOT_FOUND;ID;Event notification template id [@ID@] not found | |||||
EVENT_NOTIFICATION_DISPATCH_DISABLED;ID;Dispatching event notification template id [@ID@] is not allowed | |||||
EVENT_NOTIFICATION_DISPATCH_FAILED;ID;Dispatching event notification template id [@ID@] failed | |||||
Example HTTP Hit | |||||
http://www.kaltura.com/api_v3/?service=eventnotification_eventnotificationtemplate&action=dispatch POST fields: id scope:relatedObjects scope:objectId scope:scopeObjectType |