Represent the measurement part of an observation and enables retrieve a collection of measurements based on the type identifier. E.g. systolic, diastolic, saturation. Parameters marked with optional in the API documentation, can be ignored and left out from the queries.
Mehtods call to get observations in to the LinkWatch API.
Returns a collection of measurements between two timestamps.
Between
Retrieve observations of blood pressure ove between two timestamps.
GET: {baseurl}/api/v1/measurement/value/150021/between?StartTime=2017-05-03&EndTime=2017-05-03&Order=desc&Offset=true
Accept: application/json
Token: 09FDA49F-1D96-4A8E-9F99-FD7A4DED103C
Content-Type: application/json
Returns a collection of measurements based on a period (transforms to start/end time).
Operation can be used to aggregate the observation over a defined group, (e.g. average grouped by days).
Period
Retrieve observations of blood pressure ove between two timestamps.
GET: {baseurl}/api/v1/measurement/avg/150021/period?Value=1&Type=Day&GroupedBy=Day
Accept: application/json
Token: 09FDA49F-1D96-4A8E-9F99-FD7A4DED103C
Content-Type: application/json