GET api/HealthyData/GetTopV_ByMonth?UserID={UserID}&DataDesc={DataDesc}&Month={Month}

获取用户数据(月最高值,一个月中某一天的最高值)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserID

用户ID

string

Required

DataDesc

数据描述,可以为BloodSugar、BloodOxygen、Pulse、Hemoglobin、BloodFat,BloodPressure血压数据不可用

string

Required

Month

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

date

Required

Body Parameters

None.

Response Information

Resource Description

JResultOfTopDataByDay
NameDescriptionTypeAdditional 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:55:57.4480296+08:00"
  },
  "Success": true
}