Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/server/rest/sta_pflichtmessgroesse Fri Oct 31 21:06:19 2014 +0100 @@ -0,0 +1,29 @@ +{ + "success":true, + "message":"200", + "data":[{ + "id":1234, + "messgroesseId":404, + "mmtId":"G1", + "umwId":"A", + "datenbasisId":2 + },{ + "id":234, + "messgroesseId":369, + "mmtId":"G1", + "umwId":"A", + "datenbasisId":2 + },{ + "id":123, + "messgroesseId":340, + "mmtId":"G1", + "umwId":"A", + "datenbasisId":2 + },{ + "id":134, + "messgroesseId":220, + "mmtId":"G1", + "umwId":"A", + "datenbasisId":2 + }] +}