Webex SDK Docs
Webex SDK Docs
WebexSDK
WebhookClient Class
WebhookClient Methods
Create Method
Delete Method
Get Method
List Method
Update Method
WebhookClient
List 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#
Copy
public
void
List
(
Nullable
<
int
>
max
,
Action
<
WebexApiEventArgs
<
List
<
Webhook
>>>
completionHandler
)
Parameters
max
Type:
System
Nullable
Int32
The maximum number of webhooks in the response.
completionHandler
Type:
System
Action
WebexApiEventArgs
List
Webhook
The completion event handler.
Remarks
Since: 0.1.0
See Also
Reference
WebhookClient Class
WebexSDK Namespace