Spark SDK Docs
Spark SDK Docs
SparkSDK
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:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
Copy
public
void
List
(
Nullable
<
int
>
max
,
Action
<
SparkApiEventArgs
<
List
<
Webhook
>>>
completionHandler
)
Parameters
max
Type:
System
Nullable
Int32
The maximum number of webhooks in the response.
completionHandler
Type:
System
Action
SparkApiEventArgs
List
Webhook
The completion event handler.
Remarks
Since: 0.1.0
See Also
Reference
WebhookClient Class
SparkSDK Namespace