Mercurial > lada > lada-client
annotate server/rest/sta_messeinheit @ 544:d2e90f117c20
updated error and warning handling.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 18 Dec 2014 15:04:21 +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":62, |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
6 "beschreibung":"Becquerel pro Kubikmeter", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
7 "einheit":"Bq/m³", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
8 "eudfMesseinheitId":"BQ/M3", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
9 "umrechnungsFaktorEudf":null |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
10 },{ |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
11 "id":67, |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
12 "beschreibung":"Becquerel pro Kilogramm Feuchtmasse", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
13 "einheit":"Bq/kg(FM)", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
14 "eudfMesseinheitId":"KBQ/KG", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
15 "umrechnungsFaktorEudf":null |
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":65, |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
18 "beschreibung":"Becquerel pro Kilogramm Trockenmasse", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
19 "einheit":"Bq/kg(TM)", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
20 "eudfMesseinheitId":null, |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
21 "umrechnungsFaktorEudf":null |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
22 },{ |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
23 "id":97, |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
24 "beschreibung":"Kilo-Becquerel pro Quadratmeter", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
25 "einheit":"kBq/m²", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
26 "eudfMesseinheitId":"KBQ/M2", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
27 "umrechnungsFaktorEudf":null |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
28 },{ |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
29 "id":63, |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
30 "beschreibung":"Becquerel pro Liter", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
31 "einheit":"Bq/l", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
32 "eudfMesseinheitId":"BQ/L", |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
33 "umrechnungsFaktorEudf":null |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
34 }] |
0952c7767d98
Added new static data matching the new data model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
35 } |