get https://api.humanapi.co/v1/human/blood_pressure
Get the blood pressure measurement from a specific point in time.
Returns the latest blood pressure reading
GET https://api.humanapi.co/v1/human/blood_pressure
Returns all blood pressure readings
GET https://api.humanapi.co/v1/human/blood_pressure/readings 
Response Properties
| Property | Type | Description | 
|---|---|---|
| id | String | The id of the resource. | 
| userId | String | [deprecated - use humanId] | 
| humanId | String | Unique user identifier | 
| timestamp | Date | The original date and time of the measurement | 
| tzOffset | String | The offset from UTC time in +/-hh:mm (e.g. -04:00) | 
| source | String | The source service for the measurement, where it was created | 
| unit | String | The unit of the measurement value | 
| heartRate | Number | The heart rate in BPM captured at the time of measurement | 
| systolic | Number | The systolic value captured at the time of measurement | 
| diastolic | Number | The diastolic value captured at the time of measurement | 
| createdAt | Date | The time the measurement was created on the Human API server | 
| updatedAt | Date | The time the measurement was updated on the Human API server | 
