Get epoch data

DynamicEpochValues represents a period that is composed of a start and end timestamp. This data type is available up to second precision. The DynamicEpochValue REST-API allows for data retrieval of one user.

Please check the data type documentation for valueTypes (dataTypeIds) definitions and availability.

Retrieve DynamicEpochValues for a user

post

Retrieve harmonized intraday measurements (e.g., heart rate) for one user within a specified time range.

Header parameters
AuthorizationstringRequired

Basic Auth for your username:password. Required for all endpoints

Example: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
AppAuthorizationstringRequired

Basic Auth for your authID:authSecret. Required for all endpoints.

Example: Basic YXV0aElEOmF1dGhTZWNyZXQ=
Body
anyOptional
or
anyOptional
Responses
chevron-right
200

Request successful. Returns an array of DynamicEpochValues per user.

application/json
post
/v5/dynamicEpochValues
circle-exclamation
circle-info

The response will include all values that overlap with the date range specified in the request. E.g., a user has the epoch values with timestamps 10:00:00 - 10:04:00 and 10:06:00 - 10:10:00, and the timestamps specified in the POST request are 10:02:00 - 10:08:00, the response will contain both epoch values.

circle-info

The end timestamp will be null, if the epoch entry indicates an instant measurement, such as a weight or heart rate value.

Last updated