Get Scenario Config
Retrieves a notification scenario configuration by scenario id of an organization
Notification Scenario Id
The 'body' field of each scenario configuration will be retrieved.
The 'defaultConfig' of each scenario will be retrieved.
OK
{
"body": "string",
"enabled": false,
"scenarioCategory": "string",
"scenarioDescription": "string",
"scenarioId": "string",
"scenarioName": "string",
"subject": "string"
}
Notification scenario body
Notification scenario enabled
Notification scenario category
Notification scenario description
Notification scenario id
Notification scenario name
Notification scenario subject
Unauthorized
"NotificationScenarioConfig Object"
Notification scenario body
Notification scenario enabled
Notification scenario category
Notification scenario description
Notification scenario id
Notification scenario name
Notification scenario subject
Forbidden
"NotificationScenarioConfig Object"
Notification scenario body
Notification scenario enabled
Notification scenario category
Notification scenario description
Notification scenario id
Notification scenario name
Notification scenario subject
Not Found
"NotificationScenarioConfig Object"
Notification scenario body
Notification scenario enabled
Notification scenario category
Notification scenario description
Notification scenario id
Notification scenario name
Notification scenario subject
curl -H 'Authorization: <value>' https://{api_host}/notification/api/scenario-configs/{scenarioId}