GET api/HealthyData/GetBottomV_ByMonth_BloodPressure?UserID={UserID}&Month={Month}

获取用户数据(月最低值_血压数据) 取舒张压Diatolic最低值为最低值

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserID

用户ID

string

Required

Month

日期,时间格式为"2018-07"

date

Required

Body Parameters

None.

Response Information

Resource Description

JResultOfBottomDataByDay
NameDescriptionTypeAdditional information
Code

integer

None.

Error

string

None.

Result

BottomDataByDay

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Error": "sample string 2",
  "Result": {
    "Min": 1.1,
    "Date": "2026-04-30T18:58:15.1853732+08:00"
  },
  "Success": true
}