Subscriptions
Get all Subscriptions
Lists all the Subscriptions in the supplied Octopus Deploy Space
get/{spaceId}/subscriptions/all
Path parameters
spaceIdstring required
The ID of the space containing the resource.
Response
All Subscriptions from the requested Space
Example response
[
{
"EventNotificationSubscription": {
"Filter": {
"Tenants": [
"Tenants-1",
"..."
]
}
},
"SpaceId": "Spaces-1"
}
]Changes
No recorded changes to this endpoint across all 6 revisions of this API.