Fetch Measdata - 100prznt/EzoGateway GitHub Wiki
Fetches already acquired measurement data.
URL
/api/fetch
Method
GET
URL Params
None
Data Params
None
Success Response
Code
200 OK
Content
{
"1": {
"Name": "Temperature",
"Timestamp": "2018-11-08T17:13:00.3151546+01:00",
"Value": 24.731,
"Unit": "Celsius",
"Symbol": "\u00b0C"
},
"2": {
"Name": "PH value",
"Timestamp": "2018-11-08T17:13:00.3307768+01:00",
"Value": 7.136,
"Unit": "",
"Symbol": ""
},
"3": {
"Name": "Redox potential",
"Timestamp": "2018-11-08T17:13:00.3464055+01:00",
"Value": 761.1,
"Unit": "Millivolt",
"Symbol": "mV"
}
}
Error Response
None