Mercurial > lada > lada-client
comparison server/rest/kommentar_m @ 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 |
comparison
equal
deleted
inserted
replaced
485:6bfb9c6c97d7 | 486:0952c7767d98 |
---|---|
1 { | |
2 "success":true, | |
3 "message":"200", | |
4 "data":[{ | |
5 "id":188253, | |
6 "messungsId":1, | |
7 "erzeuger":"06010", | |
8 "datum":1321005677000, | |
9 "text":"Dies ist ein kommentar zur messung 1" | |
10 },{ | |
11 "id":188554, | |
12 "messungsId":2, | |
13 "erzeuger":"06010", | |
14 "datum":1321005682000, | |
15 "text":"Dies ist ein Kommentar zu messung 2" | |
16 },{ | |
17 "id":202332, | |
18 "messungsId":4, | |
19 "erzeuger":"12020", | |
20 "datum":1334134920000, | |
21 "text":"Dies ist ein Kommentar zu messung 4" | |
22 }] | |
23 } |