Get data for dashboard display

GET /api/v1/dashboard?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": "flow_previ",
        "alert_code": "f3",
        "description": "Alert level based on the anomaly relative to the 'pre-global warming' historical reference data from last decade. It is computed only on the location of the stations, where we have such data",
        "histogram": {
            "d3": 3,
            "d2": 4,
            "d1": 2,
            "n": 1,
            "f1": 0,
            "f2": 0,
            "f3": 3
        },
        "attributes": {
            "anomaly_avg": 8.0,
            "anomaly_min": -82.0,
            "anomaly_max": 200.0
        }
    },
    {
        "id": "flow_alerts",
        "alert_code": "n",
        "description": "Flow alert level, computed over the stations locations",
        "histogram": {
            "f3": 0,
            "f2": 0,
            "d2": 0,
            "f1": 0,
            "n": 13
        },
        "attributes": {}
    },
    {
        "id": "rain_alerts",
        "alert_code": "n",
        "description": "Rain level alert code (<5mm = normal, <20mm = low, <50mm = medium, above = high) based on sub-basins. Histogram shows mini-basins stats",
        "histogram": {
            "n": 4334,
            "r1": 92,
            "r2": 34,
            "r3": 0
        },
        "attributes": {}
    }
]