List all subscribers for a given event type​
Get all subscriptions of registered subscribers
Path Parameters
- event_type string required
The type of message
Responses
- 200
The list of all subscribers which are subscribed
- application/json
- Schema
- Example (from schema)
Schema array
- id string
The identifier of this subscriber
subscriptions object
The dictionary of subscriptions, where the key is the message type
property name*
object
[
{
"id": "string",
"subscriptions": {}
}
]
Loading...