-
Notifications
You must be signed in to change notification settings - Fork 3
모든 기록 조회
ggahui edited this page Jul 12, 2020
·
8 revisions
| 메소드 | 경로 | 설명 |
|---|---|---|
| GET | /record/all | 모든 기록 조회 |
{
"Content-Type" : "application/json",
"token" : "발급받은 토큰"
}👍 success
{
"status": 200,
"success": true,
"message": "RECORD_ALL_SUCCESS 모든 기록 조회 성공!! ",
"result": [
{
"date": "2020-07-10",
"distance": 142,
"time": 30,
"run_idx": 71,
"result": 0,
"game_idx": 3
},
{
"date": "2020-07-10",
"distance": 25,
"time": 30,
"run_idx": 91,
"result": 0,
"game_idx": 13
},
{
"date": "0000-00-00",
"distance": 142,
"time": 4,
"run_idx": 113,
"result": 0,
"game_idx": 23
},
{
"date": "0000-00-00",
"distance": 124,
"time": 2,
"run_idx": 133,
"result": 0,
"game_idx": 33
}
]
}👎 fail