Mercurial > lada > lada-client
annotate server/rest/messung @ 519:48593a6181c9
minor scope fix.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 16 Dec 2014 16:56:46 +0100 |
parents | a05cbc6e63cb |
children | f6e26b782eb2 |
rev | line source |
---|---|
487
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
1 { |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
2 "success":true, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
3 "message":"200", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
4 "data":[{ |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
5 "id":1, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
6 "messungsIdAlt":"1", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
7 "probeId":7581036, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
8 "probeIdAlt":"000007589786X", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
9 "mmtId":"G1", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
10 "nebenprobenNr":"01G1", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
11 "messdauer":73929, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
12 "messzeitpunkt":1329139620000, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
13 "fertig":true, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
14 "letzteAenderung":1331536340000, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
15 "geplant":true |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
16 },{ |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
17 "id":2, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
18 "messungsIdAlt":"2", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
19 "probeId":7581036, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
20 "probeIdAlt":"000007589787X", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
21 "mmtId":"G1", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
22 "nebenprobenNr":"01G1", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
23 "messdauer":70898, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
24 "messzeitpunkt":1333483200000, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
25 "fertig":true, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
26 "letzteAenderung":1334763744000, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
27 "geplant":true |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
28 },{ |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
29 "id":3, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
30 "messungsIdAlt":"3", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
31 "probeId":7581036, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
32 "probeIdAlt":"000007589792X", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
33 "mmtId":"G1", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
34 "nebenprobenNr":"01G1", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
35 "messdauer":42474, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
36 "messzeitpunkt":1339609680000, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
37 "fertig":true, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
38 "letzteAenderung":1342107755000, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
39 "geplant":true |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
40 },{ |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
41 "id":4, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
42 "messungsIdAlt":"4", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
43 "probeId":7581036, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
44 "probeIdAlt":"000007589799X", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
45 "mmtId":"G1", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
46 "nebenprobenNr":"01G1", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
47 "messdauer":64222, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
48 "messzeitpunkt":1333453560000, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
49 "fertig":true, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
50 "letzteAenderung":1334677346000, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
51 "geplant":true |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
52 }] |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
103
diff
changeset
|
53 } |