-
Notifications
You must be signed in to change notification settings - Fork 1
[Exploration] '나와 다른 생각들' 7개 가져오기
Jihyun247 edited this page Jan 9, 2021
·
8 revisions
GET /exploration/another
name | type | description | required |
---|---|---|---|
token | String | 토큰 | O |
name | type | description |
---|---|---|
status | Int | |
success | Boolean | |
message | String | |
data | Answer | 나와 다른 생각 7개 답변 |
name | type | description |
---|---|---|
id | Int | 답변의 id |
content | String | 답변 내용 |
comment_count | Int | 댓글 수 |
Question.id | Int | 답변의 질문의 id |
Question.title | String | 답변의 질문의 제목 |
{
"status": 200,
"success": true,
"message": "다른 답변 7개 가져오기 성공",
"data": [
{
"id": 64,
"content": "d",
"comment_count": 0,
"Question.id": 6,
"Question.title": "최근에 가장 나를 당황하게 만든 사건은 무엇인가요?"
},
{
"id": 63,
"content": "d",
"comment_count": 0,
"Question.id": 5,
"Question.title": "과거, 미래 둘 중 하나로 시간 여행을 할 수 있다면 무엇을 선택할 것인가요? 그 이유는요?"
},
{
"id": 62,
"content": "d",
"comment_count": 0,
"Question.id": 4,
"Question.title": "나를 주제로 한 영화를 만든다면, 어떤 노래를 주제곡으로 하고 싶나요?"
},
{
"id": 61,
"content": "가",
"comment_count": 1,
"Question.id": 3,
"Question.title": "두려움을 극복해본 경험이 있나요? 어떤 상황이었나요?"
},
{
"id": 72,
"content": "d",
"comment_count": 3,
"Question.id": 2,
"Question.title": "요즘 나를 웃게 만든 사람은 누구인가요?"
},
{
"id": 3,
"content": "d",
"comment_count": 1,
"Question.id": 1,
"Question.title": "최근 꾼 꿈 중에 기억에 남는 것은 무엇인가요?"
}
]
}
{
"status": 200,
"success": true,
"message": "아직 답한 질문이 없습니다"
}
{
"status": 200,
"success": true,
"message": "탐색 결과가 없습니다"
}