-
Notifications
You must be signed in to change notification settings - Fork 1
레포트 전체보기
Lee Hyunjoo edited this page Sep 8, 2019
·
1 revision
이현주
Method | URL | Description |
---|---|---|
GET | /reportsdata/:key | 레포트 보기 |
-
요청 헤더
Content-Type : application/json
-
파라미터
key : 레포트 idx
-
응답 성공
// 200 { "message": "Success", "data": { "reportsdata": [ { "key": "mbll_2019-08-28_20_43_37.567", "date_info": "2019년 08월 28일", "time_info": "20시 43분", "study_time": "05:13:61", "focused_time": "04:48:61", "focused_ratio": "92.1%", "score": 86, "graph_analysis": "33초부터 57초까지 집중도가 가장 낮았습니다. 2분 38초부터 3분 2초까지 집중도가 가장 높았습니다.", "graph_img": "https://hcom-graph.s3.ap-northeast-2.amazonaws.com/mbll_2019-08-10+172235.png", }, { "key": "mbll_2019-08-28_20_43_37.567", "date_info": "2019년 08월 28일", "time_info": "20시 43분", "study_time": "05:13:61", "focused_time": "04:48:61", "focused_ratio": "92.1%", "score": 86, "graph_analysis": "33초부터 57초까지 집중도가 가장 낮았습니다. 2분 38초부터 3분 2초까지 집중도가 가장 높았습니다.", "graph_img": "https://hcom-graph.s3.ap-northeast-2.amazonaws.com/mbll_2019-08-10+172235.png", } ] }