SubscriptionsQuery interface

Defines a query for service hook subscriptions.

Properties

consumerActionId

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

consumerId

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

consumerInputFilters

Filter for subscription consumer inputs

eventType

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

publisherId

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

publisherInputFilters

Filter for subscription publisher inputs

results

Results from the query

subscriberId

Optional subscriber filter.

Property Details

consumerActionId

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

consumerActionId: string

Property Value

string

consumerId

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

consumerId: string

Property Value

string

consumerInputFilters

Filter for subscription consumer inputs

consumerInputFilters: InputFilter[]

Property Value

eventType

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

eventType: string

Property Value

string

publisherId

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

publisherId: string

Property Value

string

publisherInputFilters

Filter for subscription publisher inputs

publisherInputFilters: InputFilter[]

Property Value

results

Results from the query

results: Subscription[]

Property Value

subscriberId

Optional subscriber filter.

subscriberId: string

Property Value

string