- 小柔享睡
- 用户模块
- 设备模块
- 协议管理
- 版本管理
- 音乐管理
- 睡眠模块
- 阿里云
- 首页
- 意见反馈2.0
- 冥想模块
- gpt
- 配置管理
- 开放平台
注意力报告列表(基础字段)
开发中
POST
/api/rlAttentionReport/getAttentionReportList
请求参数
Header 参数
token
string
可选
示例值:
bbe9dfc121344d9cb801e0c7952805d1
channel
string
可选
默认值:
HOSPITAL_SAAS
Body 参数application/json
startDate
string | null
搜索开始时间
endDate
string | null
结束时间
示例
{
"startDate": "string",
"endDate": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/rlAttentionReport/getAttentionReportList' \
--header 'token: 6e6f3a96328f454eb489906b71b5fb23' \
--header 'channel: HOSPITAL_SAAS' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
id
integer
id
type
integer
课程类型 0指数课程 1题目课程
attentionScore
integer
评分
finishTime
string
完成时间
createTime
string
创建时间
示例
{
"id": 2535,
"memberId": null,
"attentionCourseItemId": null,
"attentionCourseDuration": null,
"type": 0,
"deviceName": null,
"deviceType": null,
"duration": 11,
"edfUrl": null,
"attentionScore": 22,
"attentionPressureIndex": null,
"resistanceDepressive": null,
"attentionIndexList": null,
"surpassing": null,
"endurance": null,
"stability": null,
"responsiveness": null,
"accuracy": null,
"focus": null,
"reportStatus": null,
"dataQuality": null,
"channel": null,
"isDelete": null,
"finishType": null,
"finishTime": "2023-06-25 15:18:00",
"createTime": "2023-06-25 15:12:02",
"updateTime": null,
"attentionReportQuestionsList": null
}
修改于 2023-06-25 09:32:37