Subscriptions
Get all Subscriptions
Lists all the Subscriptions in the supplied Octopus Deploy Space
get/subscriptions/all
Response
All Subscriptions from the requested Space
Example response
[
{
"EventNotificationSubscription": {
"Filter": {
"Tenants": [
"Tenants-1",
"..."
]
}
},
"SpaceId": "Spaces-1"
}
]