Skip to content

배지 상세 조회

famer9716 edited this page Jul 17, 2020 · 3 revisions
메소드 경로 설명
GET /record/badge/detail/:flag 배지 상세 조회
  • flag : 배지 위치 (0~11)
running detail running detail running detail

Request Header

{
    "Content-Type" : "application/json",
    "token" : "발급받은 token"
}

Response Body

👍 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