List all subscriptions​
Get all subscriptions of all subscribers in the system
Responses
- 200
The list of all subscribers with all subscriptions
- 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...