🗄️REST server
Fetch data points directly from Kligo's embedded REST server.
Get Data
Path Parameters
Name
Type
Description
[{
"id": "123abc",
"timestamp": 1483228800000,
"deviceId": "5868387abcdef123456",
"deviceType": "blood pressure monitor",
"type": "heart_rate"
"unit": "beats/min",
"value": 75,
"archived": false
},
{
"id": "456def",
"timestamp": 1483228800001,
"deviceId": "5868387123456abcdef",
"deviceType": "weight scale",
"type": "body_weight"
"unit": "kg",
"value": 70,
"archived": false
}]
Last updated