Get All Scenario Configs
Retrieves all notification scenario configurations of an organization
Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
OK
{
"content": [
{
"body": "string",
"enabled": false,
"scenarioCategory": "string",
"scenarioDescription": "string",
"scenarioId": "string",
"scenarioName": "string",
"subject": "string"
}
],
"empty": false,
"first": false,
"last": false,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": false,
"sort": [
{
"ascending": false,
"direction": "string",
"ignoreCase": false,
"nullHandling": "string",
"property": "string"
}
],
"unpaged": false
},
"size": 0,
"sort": [
{
"ascending": false,
"direction": "string",
"ignoreCase": false,
"nullHandling": "string",
"property": "string"
}
],
"totalElements": 0,
"totalPages": 0
}
The notification scenario configuration to be created or updated
empty
first
last
number
numberOfElements
pageable
size
sort
totalElements
totalPages
Unauthorized
"PageNotificationScenarioConfig Object"
The notification scenario configuration to be created or updated
empty
first
last
number
numberOfElements
pageable
size
sort
totalElements
totalPages
Forbidden
"PageNotificationScenarioConfig Object"
The notification scenario configuration to be created or updated
empty
first
last
number
numberOfElements
pageable
size
sort
totalElements
totalPages
curl -H 'Authorization: <value>' https://{api_host}/notification/api/scenario-configs