-
Notifications
You must be signed in to change notification settings - Fork 3
배지 상세 조회
famer9716 edited this page Jul 17, 2020
·
3 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /record/badge/detail/:flag | 배지 상세 조회 |
- flag : 배지 위치 (0~11)
![running detail](https://github.com/RunnersHi/RunnersHi_Server/raw/master/runners_server/readmeimg/BadgeDetailActivity_chick%20%E2%80%93%201.png)
![running detail](https://github.com/RunnersHi/RunnersHi_Server/raw/master/runners_server/readmeimg/BadgeDetailActivity_speed.png)
![running detail](https://github.com/RunnersHi/RunnersHi_Server/raw/master/runners_server/readmeimg/BadgeDetailActivity_100hour.png)
{
"Content-Type" : "application/json",
"token" : "발급받은 token"
}
👍 success
{
"status": 200,
"success": true,
"message": "badge detail",
"result": {
"title": "최고 페이스",
"content": "최고 페이스를 경신하신\n러너에게 드리는 뱃지입니다",
"littleContent": "2020-07-12",
"option": "12'0\""
}
}
{
"status": 200,
"success": true,
"message": "badge detail",
"result": {
"title": "10승 달성",
"content": "10승을 달성하신\n러너에게 드리는 뱃지입니다",
"littleContent": "러닝 병아리로 거듭나셨네요!",
"option": ""
}
}
👎 fail