view server/rest/query @ 513:6de00657cd87

Moved alll list toolbars to bottom and buttons to the right.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 16 Dec 2014 13:19:18 +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