Platform Alerts LIST
GET/v1/platform_alerts
Platform Alerts LIST
Request
Responses
- 200
Ok
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
message stringrequired
type PlatformAlertType (string)required
Possible values: [info, warning]
id doublerequired
[
{
"message": "string",
"type": "info",
"id": 0
}
]
Loading...