v2 질문자 실시간 윌스너 리뷰 - Willson-2019/Willson-Server GitHub Wiki

URL

[GET] ~/api/v2/asker/list/matches/:willsoner_idx

REQUEST PARAMETER NAME DESCRIPTION
header x-token 엑세스 토큰 access token

응답예시

성공

{
    "code": "success",
    "message": "success",
    "data": {
        "count": 7,
        "rows": [
            {
                "content": "ㅎㅎㅎ",
                "rating": 5,
                "date": "20.12.02",
                "match": {
                    "idx": 28257,
                    "concern": {
                        "nickname": "수줍은 휴이",
                        "time": ""
                    }
                }
            },
            {
                "content": "Hhh",
                "rating": 5,
                "date": "20.12.03",
                "match": {
                    "idx": 29058,
                    "concern": {
                        "nickname": "사랑스러운 자스민",
                        "time": ""
                    }
                }
            },
            {
                "content": "Ff",
                "rating": 5,
                "date": "20.12.03",
                "match": {
                    "idx": 29075,
                    "concern": {
                        "nickname": "사랑스러운 자스민",
                        "time": ""
                    }
                }
            },
            {
                "content": "Bb",
                "rating": 5,
                "date": "20.12.03",
                "match": {
                    "idx": 29077,
                    "concern": {
                        "nickname": "사랑스러운 자스민",
                        "time": ""
                    }
                }
            },
            {
                "content": null,
                "rating": 4.5,
                "date": "20.11.21",
                "match": {
                    "idx": 24236,
                    "concern": {
                        "nickname": "고민 많은 티몬",
                        "time": ""
                    }
                }
            },
            {
                "content": "즁",
                "rating": 4.5,
                "date": "20.12.02",
                "match": {
                    "idx": 28231,
                    "concern": {
                        "nickname": "수줍은 휴이",
                        "time": ""
                    }
                }
            },
            {
                "content": "Ccv",
                "rating": 4.5,
                "date": "20.12.03",
                "match": {
                    "idx": 29073,
                    "concern": {
                        "nickname": "사랑스러운 자스민",
                        "time": ""
                    }
                }
            }
        ]
    }
}

access token이 만료된 경우

{
    "code": "access_token_expired",
    "message": "Access token expired"
}

결과를 찾지 못한 경우

{
    "code": "not_found",
    "message": "Result not found"
}