Get daily data

DailyDynamicValues represent a direct relation of one day as one value. Due to the nature of this data type, only one data point can exist per Thryve Biomarker per day. DailyDynamicValues can be, e.g., the sum of all steps a person took in a day. The value (e.g., the daily steps) of DailyDynamicValues are updated throughout the day.

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

Retrieve DailyDynamicValues for a user

post

Retrieve harmonized daily aggregated data (e.g., daily steps) 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 DailyDynamicValues per user.

application/json
authenticationTokenstringOptional

The unique identifier of a user in Thryve's system. Newer interfaces call this parameter endUserId.

partnerUserIDstringOptional

The optional alias set by the developer when creating a user. Newer interfaces call this parameter endUserAlias.

post
/v5/dailyDynamicValues
circle-exclamation

Last updated