다른 윌스너 볼래요 - Willson-2019/Willson-Server GitHub Wiki

URL

[GET] ~/api/v1/asker/list/concern/:concern_idx/other

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

응답예시

성공

{
    "code": "success",
    "message": "success",
    "data": [
        {
            "idx": 2316,
            "willsoner_idx": 18,
            "score": 38,
            "willsoner": {
                "avg_rating": "4.4",
                "idx": 18,
                "experience": "eheleloasd\nas\ndf\nasdf\nas\ndf\nasd\nf\nasdf\n\nasdnasdlnassadlksd\nasld;askd;asldkas\nd\nasd\nhellodkssudgktpdyasdasd\nas\nda\nds\nas\nd",
                "asker": {
                    "gender": "남",
                    "age": "30대 초반",
                    "nickname": "hello2"
                },
                "subcategories": [
                    {
                        "name": "이별"
                    }
                ],
                "keywords": [],
                "image": {
                    "pic": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/willsoner_image/willson_03.jpg"
                }
            },
            "status": "selected"
        },
        {
            "idx": 2313,
            "willsoner_idx": 34,
            "score": 37,
            "willsoner": {
                "avg_rating": "0",
                "idx": 34,
                "experience": "워런",
                "asker": {
                    "gender": "남",
                    "age": "20대 중반",
                    "nickname": "방근"
                },
                "subcategories": [
                    {
                        "name": "갈등"
                    }
                ],
                "keywords": [
                    {
                        "name": "어오ㅗ"
                    },
                    {
                        "name": "어러"
                    },
                    {
                        "name": "ㅓㄹ"
                    }
                ],
                "image": {
                    "pic": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/willsoner_image/willson_03.jpg"
                }
            },
            "status": "selected"
        },
        {
            "idx": 2319,
            "willsoner_idx": 34,
            "score": 37,
            "willsoner": {
                "avg_rating": "0",
                "idx": 34,
                "experience": "워런",
                "asker": {
                    "gender": "남",
                    "age": "20대 중반",
                    "nickname": "방근"
                },
                "subcategories": [
                    {
                        "name": "갈등"
                    }
                ],
                "keywords": [
                    {
                        "name": "어오ㅗ"
                    },
                    {
                        "name": "어러"
                    },
                    {
                        "name": "ㅓㄹ"
                    }
                ],
                "image": {
                    "pic": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/willsoner_image/willson_03.jpg"
                }
            },
            "status": "selected"
        }
    ]
}

원하는 윌스너를 못 찾았어요

  • 윌스너를 찾지 못한 경우
{
    "code": "willsoner_not_found",
    "message": "Willsoner not found."
}

access token이 만료된 경우

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

결과를 찾지 못한 경우

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