You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
746 B

  1. JSON intended to insert pluviometer forms data into datalake
  2. ws: //waterproofing.geog.uni-heidelberg.de/wss/hot/data?type=PLUVIOMETERS_FORM
  3. {
  4. "responseData": {
  5. "array_to_json": [
  6. {
  7. "formcode": "PLUVIOMETERS_FORM",
  8. "formsanswersuserinformer": "admin@wpd.com",
  9. "fias": [
  10. {
  11. "fieldsanswersdate": "11/02",
  12. "fieldsanswersrainamount": 5,
  13. "fieldsanswerseventtime": "21:52",
  14. "fielsanswerimages": "base64",
  15. "fielsanswercomment": "users description about the current event"
  16. }
  17. ]
  18. }
  19. ]
  20. }
  21. }