- 小柔享睡
- 用户模块
- 设备模块
- 协议管理
- 版本管理
- 音乐管理
- 睡眠模块
- 阿里云
- 首页
- 意见反馈2.0
- 冥想模块
- gpt
- 配置管理
- 开放平台
注意力报告详情
开发中
GET
/api/rlAttentionReport/get/{id}
请求参数
Path 参数
id
string
报告详情
示例值:
2535
Header 参数
token
string
可选
示例值:
4436cde7d9584953bf7ca3c7dd8d7281
channel
string
可选
默认值:
HOSPITAL_SAAS
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/rlAttentionReport/get/2535' \
--header 'token: 6e6f3a96328f454eb489906b71b5fb23' \
--header 'channel: HOSPITAL_SAAS'
返回响应
🟢200成功
application/json
Body
attentionCourseDuration
integer
课程时长
type
integer
课程类型 0指数型 1题目型
deviceName
string
设备名称
deviceType
string
设备类型
duration
integer
监测时间(秒)
edfUrl
string
edf地址
attentionScore
integer
评分
attentionPressureIndex
integer
压力指数
resistanceDepressive
integer
抗抑郁指数
attentionIndexList
string
实时指数
surpassing
integer
超越其他人百分比
endurance
integer
持续力
stability
integer
稳定性
responsiveness
integer
反应力
accuracy
integer
准确度
focus
integer
集中力
reportStatus
string
报告状态 NO 未开始 ANALYZE 数据处理中 FINISH 完成
dataQuality
string
数据质量
finishType
string
完成类型 0 手动结束(正常滑动结束、主动杀死进程) 1被动被手机系统杀死 2脱落>45分钟自动结束 3蓝牙断开>45分钟自动结束 4数据质量差>45分钟自动结束
finishTime
string
完成时间
createTime
string
创建时间
示例
{
"id": 2535,
"memberId": 4,
"attentionCourseItemId": 1,
"attentionCourseDuration": 66,
"type": 0,
"deviceName": "1",
"deviceType": "1",
"duration": 11,
"edfUrl": "http://22.edf",
"attentionScore": 22,
"attentionPressureIndex": 33,
"resistanceDepressive": 33,
"attentionIndexList": "[2,3,5,5,1,2,5,2,5,23]",
"surpassing": 33,
"endurance": 33,
"stability": 33,
"responsiveness": 33,
"accuracy": 33,
"focus": 33,
"reportStatus": "FINISH",
"dataQuality": "99",
"channel": null,
"isDelete": "N",
"finishType": "0",
"finishTime": "2023-06-25 15:18:00",
"createTime": "2023-06-25 15:12:02",
"updateTime": "2023-06-25 15:18:06",
"attentionReportQuestionsList": null
}
修改于 2023-06-25 09:50:35