-
Notifications
You must be signed in to change notification settings - Fork 3
배지 조회
famer9716 edited this page Jul 14, 2020
·
4 revisions
| 메소드 | 경로 | 설명 |
|---|---|---|
| GET | /record/badge | 배지 조회 |
<img width="246" alt="running detail" src=> <img width="246" alt="running detail" src=>
{
"Content-Type" : "application/json",
"token" : "발급받은 token"
}👍 success
{
"status": 200,
"success": true,
"message": "BADGE 조회 성공!!",
"result": {
"badge": [
false,
true,
true,
true,
true,
true,
true,
false,
true,
false,
false,
true
]
}
}👎 fail