GET api/HealthyData/GetHealthy_FirstData?UserID={UserID}&DataDesc={DataDesc}
获取用户数据(最早第一条数据的时间)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID |
用户ID |
string |
Required |
| DataDesc |
数据描述,可以为BloodSugar、BloodOxygen、Pulse、Hemoglobin、BloodFat,BloodPressure血压数据不可用 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
JResultOfFirstData| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Error | string |
None. |
|
| Result | FirstData |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 1,
"Error": "sample string 2",
"Result": {
"Data": 1.1,
"Date": "2026-04-30T18:52:00.1304088+08:00"
},
"Success": true
}