view server/rest/query @ 496:d07e5086a64b

Moved stammdaten stores to app.js and load them via storemanager.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 06 Nov 2014 10:35:35 +0100
parents 0952c7767d98
children
line wrap: on
line source
{
    "success":true,
    "message":"200",
    "data":[{
        "id":1,
        "name":"Kein Filter",
        "description":"Abfrage der Proben ohne Filter",
        "sql":"select probe_id, mst_id, umw_id from l_probe",
        "filters":[],
        "results":[{
            "dataIndex":"probeIdAlt",
            "header":"ProbeId",
            "flex":0,
            "width":100
        },{
            "dataIndex":"mstId",
            "header":"MST",
            "flex":0,
            "width":100
        },{
            "dataIndex":"umwId",
            "header":"Umweltbereich",
            "flex":0,
            "width":100
        }]
    }]
}

http://lada.wald.intevation.org