Click or drag to resize

WebhookClientList Method

Lists all webhooks of the authenticated user.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void List(
	Nullable<int> max,
	Action<WebexApiEventArgs<List<Webhook>>> completionHandler
)

Parameters

max
Type: SystemNullableInt32
The maximum number of webhooks in the response.
completionHandler
Type: SystemActionWebexApiEventArgsListWebhook
The completion event handler.
Remarks
Since: 0.1.0
See Also