Domain
Return a list of Severity Types enabled to PANIC.
get/v1/severity-types
Response
OK
Example response
{
"status": 200,
"result": [
{
"id": "6265d085fdb17d641746dcef",
"created": "2022-04-01T00:00:00.000Z",
"status": true,
"name": "Critical",
"value": "critical",
"group": "severity_type"
}
]
}