Mercurial > lada > lada-client
annotate server/rest/sta_messmethode @ 489:6056a7fd9aa2
Added and updated stores.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 31 Oct 2014 21:11:25 +0100 |
parents | 0952c7767d98 |
children |
rev | line source |
---|---|
486
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
1 { |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
2 "success":true, |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
3 "message":"200", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
4 "data":[{ |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
5 "id":"GI", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
6 "beschreibung":"", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
7 "messmethode":"Iod, Gamma-Spektrometrie" |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
8 },{ |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
9 "id":"AB", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
10 "beschreibung":"", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
11 "messmethode":"Gesamt-Alpha und Beta" |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
12 },{ |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
13 "id":"A2", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
14 "beschreibung":"", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
15 "messmethode":"Gesamt-Alpha" |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
16 },{ |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
17 "id":"A3", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
18 "beschreibung":"", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
19 "messmethode":"Gesamt-Alpha (Handmonitor)" |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
20 },{ |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
21 "id":"A4", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
22 "beschreibung":"", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
23 "messmethode":"Gesamt-Alpha verzögert" |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
24 }] |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
25 } |