Get Scenario
Retrieves notification scenarios
Notification scenario ID
The 'body' field of each scenario will be retrieved.
OK
{
"body": "string",
"category": "string",
"createdAt": "string",
"createdBy": "string",
"description": "string",
"entitySchema": {
"$data": "string",
"$dynamicDefault": "string",
"$ref": "string",
"additionalProperties": false,
"allOf": [
"JsonSchemaImpl Object"
],
"anyOf": [
"JsonSchemaImpl Object"
],
"const": {},
"default": {},
"description": "string",
"encrypted": false,
"enum": [
{}
],
"format": "string",
"formatMaximum": "string",
"formatMinimum": "string",
"items": "ObjectOrListJsonSchemaImpl Object",
"maxItems": 0,
"maxLength": 0,
"maxProperties": 0,
"maximum": "number",
"minItems": 0,
"minLength": 0,
"minProperties": 0,
"minimum": "number",
"not": "JsonSchemaImpl Object",
"oneOf": [
"JsonSchemaImpl Object"
],
"pattern": "string",
"patternProperties": {
"patternProperties": "JsonSchemaImpl Object"
},
"properties": {
"properties": "JsonSchemaImpl Object"
},
"readOnly": false,
"required": [
"string"
],
"title": "string",
"type": "string",
"uniqueItems": false,
"writeOnly": false
},
"id": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string",
"subject": "string"
}
Notification scenario body
Notification scenario category
Creation time
Created By
Notification scenario description
Schema describing a policy object of this type
Notification scenario id
Update time
Updated By
Notification scenario name
Notification scenario subject
Unauthorized
"NotificationScenario Object"
Notification scenario body
Notification scenario category
Creation time
Created By
Notification scenario description
Schema describing a policy object of this type
Notification scenario id
Update time
Updated By
Notification scenario name
Notification scenario subject
Not Found
"NotificationScenario Object"
Notification scenario body
Notification scenario category
Creation time
Created By
Notification scenario description
Schema describing a policy object of this type
Notification scenario id
Update time
Updated By
Notification scenario name
Notification scenario subject
curl -H 'Authorization: <value>' https://{api_host}/notification/api/scenarios/{id}