SubscriptionsQuery interface
Defines a query for service hook subscriptions.
Properties
consumer |
Optional consumer action id to restrict the results to (null for any) |
consumer |
Optional consumer id to restrict the results to (null for any) |
consumer |
Filter for subscription consumer inputs |
event |
Optional event type id to restrict the results to (null for any) |
publisher |
Optional publisher id to restrict the results to (null for any) |
publisher |
Filter for subscription publisher inputs |
results | Results from the query |
subscriber |
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
subscriberId
Optional subscriber filter.
subscriberId: string
Property Value
string