Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubscriptionsQuery

Defines a query for service hook subscriptions.

Hierarchy

  • SubscriptionsQuery

Index

Properties

Optional consumerActionId

consumerActionId: string

Optional consumer action id to restrict the results to (null for any)

Optional consumerId

consumerId: string

Optional consumer id to restrict the results to (null for any)

Optional consumerInputFilters

consumerInputFilters: Array<InputFilter>

Filter for subscription consumer inputs

Optional eventType

eventType: string

Optional event type id to restrict the results to (null for any)

Optional publisherId

publisherId: string

Optional publisher id to restrict the results to (null for any)

Optional publisherInputFilters

publisherInputFilters: Array<InputFilter>

Filter for subscription publisher inputs

Optional results

results: Array<Subscription>

Results from the query

Optional subscriberId

subscriberId: string

Optional subscriber filter.

Generated using TypeDoc