질문자 예약 윌스너 상세보기 - Willson-2019/Willson-Server GitHub Wiki
URL
[GET] ~/api/v1/willsoner/list/concern/matches/reserve/:match_idx
REQUEST | PARAMETER NAME | DESCRIPTION |
---|---|---|
header | x-token | 엑세스 토큰 access token |
응답예시
성공
{
"code": "success",
"message": "success",
"data": {
"match": {
"willsoner": {
"idx": 11,
"experience": "hello match",
"introduction": "i m test1",
"asker": {
"gender": "남",
"age": "40대 초중반",
"nickname": "willsonermatch1"
},
"subcategories": [
{
"name": "갈등",
"category": {
"name": "연애"
}
}
],
"image": {
"idx": 2,
"name": "현실적인 타입",
"detail": "연애 뿐 아니라 진로에서 현시적인 요소를 많이 고려하는 자기중심형 타입",
"pic": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/willsoner_image/willson_02.jpg"
},
"keywords": [
{
"name": "신문방송과"
},
{
"name": "카페알바"
}
]
},
"date": {
"date": "2020-03-15",
"from_time": "18:00",
"to_time": "19:00",
"date_format": "03월 15일"
}
},
"reviews": {
"count": 2,
"rows": [
{
"idx": 114,
"title": "리뷰리뷰",
"content": "정말 감동입니다",
"rating": 4.1,
"category": "연애",
"date": "20.03.15"
},
{
"idx": 115,
"title": "좋아요",
"content": "ㅎㅋㅎㅋㅎㅋㅎㅋㅎㅋㅎㅋ",
"rating": 3.3,
"category": "연애",
"date": "20.03.15"
}
],
"avg": "3.7"
}
}
}
access token이 만료된 경우
{
"code": "access_token_expired",
"message": "Access token expired"
}
결과를 찾지 못한 경우
{
"code": "not_found",
"message": "Result not found"
}