Click or drag to resize

WebhookStats Class

Represents the webhook stats object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsWebhookStats

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class WebhookStats

The WebhookStats type exposes the following members.

Constructors
  NameDescription
Public methodWebhookStats
Top
Properties
  NameDescription
Public propertyLastCallbackAttempt
Get the timestamp from last callback attempt.
Public propertyLastCallbackAttemptRetryCount
Get the number of retries the webhook had performed as of the last callback attempt.
Public propertyLastSuccessfulCallback
Get the timestamp from the last successful callback.
Top
See Also