Mercurial > lada > lada-client
annotate server/rest/zusatzwert @ 495:649bf1d08531
Use extjs dev with all classes and css from extjs resources for development.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Mon, 03 Nov 2014 12:12:24 +0100 |
parents | a05cbc6e63cb |
children |
rev | line source |
---|---|
487
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
1 { |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
2 "success":true, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
3 "message":"200", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
4 "data":[{ |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
5 "id":123, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
6 "pzsId":"A76", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
7 "probeId":7581036, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
8 "messwertPzs":13.0, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
9 "messfehler":30.0, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
10 "nwgZuMesswert":null, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
11 "letzteAenderung":1341898845000 |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
12 },{ |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
13 "id":234, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
14 "pzsId":"A77", |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
15 "probeId":7581036, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
16 "messwertPzs":13.0, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
17 "messfehler":30.0, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
18 "nwgZuMesswert":null, |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
19 "letzteAenderung":1341898845000 |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
20 }] |
a05cbc6e63cb
Updated exitsting static data to match the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
106
diff
changeset
|
21 } |