GET /data-portal/api/options/scenario/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "value": "benchmark_extended",
        "label": "Aspirational benchmark"
    },
    {
        "value": "benchmark",
        "label": "Benchmark"
    },
    {
        "value": "CTI scenario",
        "label": "CTI"
    },
    {
        "value": "historic",
        "label": "Historical data"
    },
    {
        "value": "projected_current_policy",
        "label": "Projected current policy"
    }
]