윌스너 예약 상세요청 - Willson-2019/Willson-Server GitHub Wiki
URL
[GET] ~/api/v1/willsoner/list/reserve/matches/:match_idx
REQUEST | PARAMETER NAME | DESCRIPTION |
---|---|---|
header | x-token | 엑세스 토큰 access token |
응답예시
성공
{
"code": "success",
"message": "success",
"data": {
"status": "init",
"concern": {
"content": "reserve matchhhhhhhhhhh",
"time": "60",
"asker": {
"gender": "여",
"age": "40대 초중반",
"nickname": "하이하이"
},
"subcategory": {
"name": "짝사랑",
"category": {
"name": "연애"
}
},
"feelings": [
{
"name": "행복해요"
},
{
"name": "자랑스러워요"
}
],
"direction": {
"name": "문제를 해결하고 싶어요"
},
"dates": [
{
"from_time": "18:00",
"to_time": "19:30",
"date_format": "03월 14일"
},
{
"from_time": "11:30",
"to_time": "15:00",
"date_format": "03월 15일"
}
]
}
}
}
access token이 만료된 경우
{
"code": "access_token_expired",
"message": "Access token expired"
}
결과를 찾지 못한 경우
{
"code": "not_found",
"message": "Result not found"
}