-
Notifications
You must be signed in to change notification settings - Fork 1
[Exploration] 다른글 둘러보기 (흥미[x], page_len[x])
Jihyun247 edited this page Mar 13, 2021
·
2 revisions
GET /exploration/all/?page&category
name | type | description | required |
---|---|---|---|
token | String | 토큰 | O |
name | type | description | required |
---|---|---|---|
page | Int | 현 페이지 | o |
category | Int | 카테고리의 Id | o |
name | type | description |
---|---|---|
status | Int | |
success | Boolean | |
message | String | |
data | {user_nickname, answers} | 사용자 닉네임, answer들 |
name | type | description |
---|---|---|
id | Int | 답변의 id |
comment_blocked_flag | boolean | 답변의 질문의 id |
content | String | 답변 내용 |
public_flag | boolean | 공개 여부 |
answer_date | date | 답변 날짜 |
answer_idx | Int | 답변 인덱스 |
question_id | Int | 질문 id |
user_id | Int | 사용자 id |
is_author | boolean | 자신이 쓴 글인지 |
is_scrapped | boolean | 스크랩한 글인지 |
user_profile | file | 사용자 프로필 사진 |
user_nickname | string | 사용자 이름(닉네임) |
question | string | 질문 제목 |
category | string | 카테고리 이름 |
category_id | Int | 카테고리 id |
is_answered | boolean | 답변된 글인지 |
{
"status": 200,
"success": true,
"message": "다른 글 둘러보기 성공",
"data": {
"user_nickname": 1,
"answers": [
{
"id": 19805,
"comment_blocked_flag": false,
"content": "회사 가기 싫다. \n더 자고 싶다.\n회사 가기 싫어.",
"public_flag": true,
"answer_date": "10시간 전",
"answer_idx": 8,
"is_routine_question": 1,
"question_id": 30,
"user_id": 303,
"is_author": false,
"is_scrapped": false,
"user_profile": "https://beme-bucket.s3.ap-northeast-2.amazonaws.com/images/origin/1613063862549.jpeg",
"user_nickname": "heeaa",
"question": "요즘 아침에 일어나면 어떤 기분인가요?",
"category": "일상",
"category_id": 4,
"is_answered": false
},
{
"id": 20240,
"comment_blocked_flag": true,
"content": "나를 걱정해준다\n남의 걱정 때문에 자신들의 걱정을 말하지 못하는게 느껴진다\n나를 좋아해준다\n끊임없이 오늘은 어땠는지 괜찮은지 물어봐준다",
"public_flag": true,
"answer_date": "11시간 전",
"answer_idx": 1,
"is_routine_question": null,
"question_id": 1,
"user_id": 597,
"is_author": false,
"is_scrapped": false,
"user_profile": null,
"user_nickname": "balla8497",
"question": "내가 좋아하는 사람들은 어떤 공통점이 있나요? 생각, 말투, 행동 등을 생각해봐요!",
"category": "관계",
"category_id": 2,
"is_answered": false
},
{
"id": 20162,
"comment_blocked_flag": false,
"content": "바이올리니스트",
"public_flag": true,
"answer_date": "11시간 전",
"answer_idx": 7,
"is_routine_question": 1,
"question_id": 99,
"user_id": 39,
"is_author": false,
"is_scrapped": false,
"user_profile": "https://2020-sopt-27.s3.ap-northeast-2.amazonaws.com/images/origin/1611469580396.jpeg",
"user_nickname": "j1hyun2",
"question": "나는 어릴 적 어떤 꿈을 꾸었나요?",
"category": "이야기",
"category_id": 6,
"is_answered": false
},
{
"id": 20238,
"comment_blocked_flag": false,
"content": "친구가 전화하자고 하는 걸 계속 거절하고 있어요. 사실 소중한 친구이긴 하지만 가치관의 차이가 나는 걸 저는 느끼지만 제가 그 아이에게 맞춰주고 있어서 그 애는 절 정말 좋아해서 부담스러워요. 하지만 소중해서 속상해요.",
"public_flag": true,
"answer_date": "11시간 전",
"answer_idx": 2,
"is_routine_question": null,
"question_id": 3,
"user_id": 577,
"is_author": false,
"is_scrapped": false,
"user_profile": "https://beme-bucket.s3.ap-northeast-2.amazonaws.com/images/origin/1615475370965.jpeg",
"user_nickname": "ksy0308",
"question": "최근에 가장 단호하게 거절했던 일은 무엇인가요? 그 이유는 무엇이었나요?",
"category": "관계",
"category_id": 2,
"is_answered": true
},
{
"id": 19042,
"comment_blocked_flag": false,
"content": "기억에 남는 여러 사건들이 있는데\n\n1. 축제 연습하려고 친구들과 저녁까지 춤 연습하면서 놀았던 추억\n2. 좋아하던 친구와 손잡고 복도를 걸었던 기억\n3. 챌린저를 달성하고 자부심 넘치던 순간",
"public_flag": true,
"answer_date": "12시간 전",
"answer_idx": 11,
"is_routine_question": 1,
"question_id": 128,
"user_id": 93,
"is_author": false,
"is_scrapped": false,
"user_profile": "https://beme-bucket.s3.ap-northeast-2.amazonaws.com/images/origin/1612662755836.jpeg",
"user_nickname": "yangwon9616",
"question": "나의 학창 시절을 드라마로 만든다면 넣고 싶은 장면 3가지는 무엇인가요?",
"category": "이야기",
"category_id": 6,
"is_answered": false
}
]
}
}