OBJECT

SubscriptionType

Description

The event and audit types that the webhook is subscribed to.

link GraphQL Schema definition

  • type SubscriptionType {
  • # The event types that the webhook is subscribed to.
  • eventTypes: [ActivityTypeEnum!]!
  • # The audit types that the webhook is subscribed to.
  • auditTypes: [UserAuditTypeEnum!]!
  • # Specifies whether the webhook is subscribed to all events.
  • isSubscribedToAllEvents: Boolean!
  • # Specifies whether the webhook is subscribed to all audits.
  • isSubscribedToAllAudits: Boolean!
  • }