Subscriptions
Get a Subscription by ID
get/subscriptions/{id}
Path parameters
idstring required
ID of the Subscription to load
Response
The requested Subscription
Example response
{
"EventNotificationSubscription": {
"Filter": {
"Tenants": [
"Tenants-1",
"..."
]
}
},
"SpaceId": "Spaces-1"
}