Mercurial > lada > lada-client
comparison server/rest/query @ 486:0952c7767d98
Added new static data matching the new data model.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 31 Oct 2014 21:06:19 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
485:6bfb9c6c97d7 | 486:0952c7767d98 |
---|---|
1 { | |
2 "success":true, | |
3 "message":"200", | |
4 "data":[{ | |
5 "id":1, | |
6 "name":"Kein Filter", | |
7 "description":"Abfrage der Proben ohne Filter", | |
8 "sql":"select probe_id, mst_id, umw_id from l_probe", | |
9 "filters":[], | |
10 "results":[{ | |
11 "dataIndex":"probeIdAlt", | |
12 "header":"ProbeId", | |
13 "flex":0, | |
14 "width":100 | |
15 },{ | |
16 "dataIndex":"mstId", | |
17 "header":"MST", | |
18 "flex":0, | |
19 "width":100 | |
20 },{ | |
21 "dataIndex":"umwId", | |
22 "header":"Umweltbereich", | |
23 "flex":0, | |
24 "width":100 | |
25 }] | |
26 }] | |
27 } |