GET api/HealthyData/GetTopV_ByMonth_BloodPressure?UserID={UserID}&Month={Month}
获取用户数据(月最高值_血压数据) 取收缩压Systolic最高值为最高值
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID |
用户ID |
string |
Required |
| Month |
月份,时间格式为"2018-07" |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
JResultOfTopDataByDay| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Error | string |
None. |
|
| Result | TopDataByDay |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 1,
"Error": "sample string 2",
"Result": {
"Max": 1.1,
"Date": "2026-04-30T18:59:12.8591527+08:00"
},
"Success": true
}