-
Notifications
You must be signed in to change notification settings - Fork 0
서브퀘스트 더보기
meanjung edited this page Jan 9, 2021
·
1 revision
메소드 | 경로 | 설명 |
---|---|---|
GET | /quest/sub/list | 서브퀘스트 더보기 클릭 |
{
"Content-Type": "application/json",
"token": jwt
}
{
"status": 200,
"success": true,
"message": "서브 더보기 조회 성공",
"data": [
{
"participant": 0,
"_id": "5ff953c82601722a37235566",
"level": 1,
"title": "걸어보자 우주 끝까지 ",
"image": "https://sopt-server-gain.s3.ap-northeast-2.amazonaws.com/1610175431301.jpg"
},
{
"participant": 0,
"_id": "5ff954342601722a37235567",
"level": 1,
"title": "트롤들은 어떤 사람인가",
"image": "https://sopt-server-gain.s3.ap-northeast-2.amazonaws.com/1610175540321.jpg"
},
{
"participant": 17,
"_id": "5ff9547c2601722a37235568",
"level": 1,
"title": "느낌있게 막춤 챌린지",
"image": "https://sopt-server-gain.s3.ap-northeast-2.amazonaws.com/1610175611797.jpg"
},
{
"participant": 0,
"_id": "5ff968382601722a3723556c",
"level": 3,
"title": "☁️구름빵 만들기☁️",
"image": "https://sopt-server-gain.s3.ap-northeast-2.amazonaws.com/1610180664226.jpeg"
},
{
"participant": 0,
"_id": "5ff9683d87b10245f8a2761b",
"level": 2,
"title": "신제품 누가누가 먼저 사느냐~",
"image": "https://sopt-server-gain.s3.ap-northeast-2.amazonaws.com/1610180668846.jpg"
},
{
"participant": 0,
"_id": "5ff968702601722a3723556d",
"level": 2,
"title": "🍗교촌 리얼 후라이드먹기🍗",
"image": "https://sopt-server-gain.s3.ap-northeast-2.amazonaws.com/1610180719822.jpg"
},
{
"participant": 0,
"_id": "5ff9690987b10245f8a2761c",
"level": 3,
"title": "와앙앍앍 한입만~~~",
"image": "https://sopt-server-gain.s3.ap-northeast-2.amazonaws.com/1610180873279.jpg"
}
]
}
- EXPIRED TOKEN
{
"status": 401,
"success": false,
"message": "토큰 값이 만료되었습니다."
}
- EMPTY TOKEN
{
"status": 401,
"success": false,
"message": "토큰 값이 없습니다."
}
- INVALID TOKEN
{
"status": 401,
"success": false,
"message": "유효하지 않은 토큰값입니다."
}
- DB 오류
{
"status": 600,
"success": false,
"message": "DB 오류"
}