Interface: Record

Record

Properties:
Name Type Description
activity_id string Unique ID generated by the orginal source.
recordType string Type of record. This field not present on server. Added for use by Cordova plugin. Possible values are "biometrics", "diabetes", "weight", "routine", "nutrition", "fitness", "sleep".
timestamp string Timestamp for the measurement set.
source string The short name of the Validic integration that created the record (validicmobile).
source_name string The display name of the Validic integration that created the record (ValidicMobile).
original_source string The name of the peripheral manufacturer, for records sourced from HealthKit this will be the name of the application that originally wrote the data to HealthKit.
intermediary_source string The name of the library technology used to create the record (eg "ValidicMobile Bluetooth", "ValidicMobile Apple Health").
device string The model number of the peripheral, for records sourced from HealthKit this will be the bundle ID of the application that originally wrote the data to HealthKit.
last_updated string Date and time when the measurement set was last updated.
validated boolean Indicates the data you are receiving was generated using a device, opposed to being manually entered by a end user.
_id string Record ID. Assigned after being upload to the server.
extras Object Map of additional extra information.
media Object Object containing URL to image associated with this record if any.
Source: