get https://example.com/measurement/v1/measurements/raw
Get raw measurements
Get all measurements for attributes and time
The below table describes the request parameters:
Parameter | Type | Mandatory | Description |
---|---|---|---|
attributes | List | At least one | List of wanted attributes from the measurement table |
patientId | String | true | The patient's ID |
sourceEntityId | String | false | The source entity ID - The source who entered the measurements. Can be device, doctor, etc. If not sent - return all sources |
sessionId | String | false | The session Id. If not sent - return all sessions |
startTime | DateTime | true | The wanted start time for the historical measurements. In ISO8601 format |
endTime | DateTime | true | The wanted end time for the historical measurements. In ISO8601 format |