Retrieves the notification scenario with given id.
Retrieves the notification scenario with given id.
Request
URI
GET
https://{api_host}/notification-service/api/notifications/scenarios/{id}
COPY
Path Parameters
string
id
Required
The scenario id
Responses
200
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/notification-service/api/notifications/scenarios/{id}
Notification Scenario Operations
GET
Retrieves the notification scenario with given id.
DELETE
Deletes notification scenario.
PUT
Creates Or updates notification scenario.