Mercurial > lada > lada-client
comparison server/rest/sta_pflichtmessgroesse @ 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":1234, | |
6 "messgroesseId":404, | |
7 "mmtId":"G1", | |
8 "umwId":"A", | |
9 "datenbasisId":2 | |
10 },{ | |
11 "id":234, | |
12 "messgroesseId":369, | |
13 "mmtId":"G1", | |
14 "umwId":"A", | |
15 "datenbasisId":2 | |
16 },{ | |
17 "id":123, | |
18 "messgroesseId":340, | |
19 "mmtId":"G1", | |
20 "umwId":"A", | |
21 "datenbasisId":2 | |
22 },{ | |
23 "id":134, | |
24 "messgroesseId":220, | |
25 "mmtId":"G1", | |
26 "umwId":"A", | |
27 "datenbasisId":2 | |
28 }] | |
29 } |