Read Statistics
This method allows reading the statistics of bpm data.
Request:
url
https://dev.pulsoid.net/api/v1/statistics
method
GET
scope
Query Parameters explained:
time_range
string
24h
,
7d
,30d
24h
Time range
Headers Parameters explained:
Authorization
Bearer {auth token}
Response:
maximum_beats_per_minute
number
Maximum beats per minute for the provided time range
minimum_beats_per_minute
number
Minimum beats per minute for the provided time range
average_beats_per_minute
number
Average beats per minute for the provided time range
streamed_duration_in_seconds
number
Duration in seconds while heart rate was streamed
calories_burned_in_kcal
number
Estimated calories burned for the provided time range
Specific Errors:
400
no_supported_time_range_24h_7d_30d
cURL Request Example:
Response Example
Last updated