{
"opencollection": "1.0.0",
"info": {
"name": "Withings developer documentation answers heart API",
"version": "2.0"
},
"items": [
{
"info": {
"name": "heart",
"type": "folder"
},
"items": [
{
"info": {
"name": "Heart v2 - Get",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://wbsapi.withings.nethttps://wbsapi.withings.net/v2/heart ",
"headers": [
{
"name": "Authorization",
"value": ""
}
],
"params": [
{
"name": "action",
"value": "",
"type": "query",
"description": "Service action name. Must take the string value ```get```."
},
{
"name": "signalid",
"value": "",
"type": "query",
"description": "DO NOT USE WITH FOLLOWING PARAMS: [client_id, signature, nonce, signal_token]
ID of a signal"
},
{
"name": "client_id",
"value": "",
"type": "query",
"description": "DO NOT USE WITH FOLLOWING PARAMS: [access_token, signalid]
Id of the client"
},
{
"name": "signature",
"value": "",
"type": "query",
"description": "DO NOT USE WITH FOLLOWING PARAMS: [access_token, signalid]
Hash of params (Cf. [Signature hash protocol](/developer-guide/v3/get-access/sign-your-requests))."
},
{
"name": "nonce",
"value": "",
"type": "query",
"description": "DO NOT USE WITH FOLLOWING PARAMS: [access_token, signalid]
A random token used to prevent replay attacks (Cf. [Signature v2 - Getnonce](#operation/signaturev2-getnonce))"
},
{
"name": "signal_token",
"value": "",
"type": "query",
"description": "DO NOT USE WITH FOLLOWING PARAMS: [access_token, signalid]
Signal identifier"
},
{
"name": "with_filtered",
"value": "",
"type": "query",
"description": "Request filtered version of the signal"
},
{
"name": "with_intervals",
"value": "",
"type": "query",
"description": "Request features with inactive ones"
}
]
},
"docs": "Provides the high frequency data of an ECG recording in micro-volt (μV).\n\n**Duration:**\n\n - BPM Core: 20 seconds.\n - Move ECG: 30 seconds.\n - ScanWatch: 30 seconds.\n\n**Sampling frequency:**\n\n - BPM Core: 500 Hz.\n - Move ECG: 300 Hz.\n - ScanWatch: 300 Hz."
},
{
"info": {
"name": "Heart v2 - List",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://wbsapi.withings.nethttps://wbsapi.withings.net/v2/heart",
"headers": [
{
"name": "Authorization",
"value": ""
}
],
"params": [
{
"name": "action",
"value": "",
"type": "query",
"description": "Service action name. Must take the string value ```list```."
},
{
"name": "startdate",
"value": "",
"type": "query",
"description": "Data start date as a unix timestamp."
},
{
"name": "enddate",
"value": "",
"type": "query",
"description": "Data end date as a unix timestamp."
},
{
"name": "offset",
"value": "",
"type": "query",
"description": "When a first call returns ```more:true``` and ```offset:XX```, set value ```XX``` in this parameter to retrieve next available rows."
}
]
},
"docs": "Returns a list of ECG records and Afib classification for a given period of time.\nTo get the full ECG signal, use the [Heart v2 - Get](#operation/heartv2-get) service.\n\nIf the ECG recordings have been taken with BPM Core, systole and diastole measurements will also be returned."
}
]
}
],
"bundled": true
}