WebhookSubscriptionReplayRequest
Interface

The original criteria used to determine which events will be replayed.

Fields

NameDescription
typeCode* 
String!
The type of the replay.Currently, two codes are defined:
  • RangeReplayRequest which corresponds to the WebhookSubscriptionReplayByRangeRequest type.
  • IdReplayRequest which corresponds to the WebhookSubscriptionReplayByIdRequest type.

Implementations

NameDescription
WebhookSubscriptionReplayByIdRequest
The event ID criteria used to determine which events will be replayed.
WebhookSubscriptionReplayByRangeRequest
The date range criteria used to determine which events will be replayed.

Seen in

Parent nameParent typeDescription
WebhookSubscriptionReplayObjectrequest field