POST api/BtsEvaluate/GetUserBtsEvaluates

获取当前用户BTS评估记录

Request Information

URI Parameters

None.

Body Parameters

ReqUserBtsEvaluate
NameDescriptionTypeAdditional information
CreateTimeStart

创建时间起

date

None.

CreateTimeStop

创建时间止

date

None.

CurrentPage

当前页,默认第一页,默认值:1

integer

None.

PageSize

每页显示条目数,默认每页显示15条记录,默认值:15。 最大每页显示50条记录。

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CreateTimeStart": "2025-09-18 17:10:17",
  "CreateTimeStop": "2025-09-18 17:10:17",
  "CurrentPage": 1,
  "PageSize": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

获取当前用户BTS评估记录

CommonOutDtoOfBtsEvaluate
NameDescriptionTypeAdditional information
code

CommonOutCode

None.

data

BtsEvaluate

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 0,
  "data": {
    "BtsEvaluates": [
      {
        "Id": 1,
        "NRS": 1,
        "Function1": 1,
        "Function2": 1,
        "Function3": 1,
        "Function4": 1,
        "Mood": 1,
        "Sleep": 1,
        "Neuropathic1": 1,
        "Neuropathic2": 1,
        "Neuropathic3": 1,
        "Neuropathic4": 1,
        "Neuropathic5": 1,
        "Neuropathic6": 1,
        "Burst": 1,
        "Other": "sample string 1",
        "EvaluateResult": 1,
        "PicPositions": "sample string 2",
        "Origin": "sample string 3",
        "UserName": "sample string 4",
        "CreateTime": "2025-09-18 17:10:17"
      },
      {
        "Id": 1,
        "NRS": 1,
        "Function1": 1,
        "Function2": 1,
        "Function3": 1,
        "Function4": 1,
        "Mood": 1,
        "Sleep": 1,
        "Neuropathic1": 1,
        "Neuropathic2": 1,
        "Neuropathic3": 1,
        "Neuropathic4": 1,
        "Neuropathic5": 1,
        "Neuropathic6": 1,
        "Burst": 1,
        "Other": "sample string 1",
        "EvaluateResult": 1,
        "PicPositions": "sample string 2",
        "Origin": "sample string 3",
        "UserName": "sample string 4",
        "CreateTime": "2025-09-18 17:10:17"
      }
    ],
    "TotalItem": 1,
    "CurrentPage": 2,
    "PageSize": 3
  },
  "message": "sample string 1"
}