Best 게시판
Request
URL
[GET] /boards/best/season/:season_id
Params
이름 |
자료형 |
설명 |
season_id |
Int |
시즌별 id(0,1,2,3,4) |
Body
Response
Body
SUCCESS
이름 |
자료형 |
설명 |
status |
Int |
상태 코드 |
success |
Boolean |
성공 여부 |
message |
String |
실행 결과 |
data |
Array |
toke json |
data
이름 |
자료형 |
설명 |
board_category |
String |
게시판 카테고리 |
user_name |
String |
유저 이름 |
board_image |
String |
게시글 이미지 |
board_content |
String |
게시글 내용 |
board_like_count |
Int |
게시글 좋아요 갯수 |
board_comment_count |
Int |
게시글 댓글 갯수 |
board_date |
String |
게시글 작성 날짜 |
{
"status": 200,
"success": true,
"message": "Best 게시판 성공",
"data": [
{
"board_category": "비밀 게시판",
"user_name": "익명",
"board_image": "https://sopt-server.s3.ap-northeast-2.amazonaws.com/1573884765891.png",
"board_content": "올 A+받는법...",
"board_like_count": 486,
"board_comment_count": 123,
"board_date": "11/11"
},
{
"board_category": "비밀 게시판",
"user_name": "익명",
"board_image": "https://sopt-server.s3.ap-northeast-2.amazonaws.com/1573884765891.png",
"board_content": "올 A+받는법...",
"board_like_count": 486,
"board_comment_count": 123,
"board_date": "11/11"
},
{
"board_category": "비밀 게시판",
"user_name": "익명",
"board_image": "https://sopt-server.s3.ap-northeast-2.amazonaws.com/1573884765891.png",
"board_content": "올 A+받는법...",
"board_like_count": 486,
"board_comment_count": 123,
"board_date": "11/11"
},
{
"board_category": "비밀 게시판",
"user_name": "익명",
"board_image": "https://sopt-server.s3.ap-northeast-2.amazonaws.com/1573884765891.png",
"board_content": "올 A+받는법...",
"board_like_count": 486,
"board_comment_count": 123,
"board_date": "11/11"
},
{
"board_category": "비밀 게시판",
"user_name": "익명",
"board_image": "https://sopt-server.s3.ap-northeast-2.amazonaws.com/1573884765891.png",
"board_content": "올 A+받는법...",
"board_like_count": 486,
"board_comment_count": 123,
"board_date": "11/11"
}
]
}
FAIL : ID 오류
{
"status": 400,
"success": false,
"message": "잘못된 요청입니다."
}
FAIL : 서버내부오류
{
"status": 500,
"success": false,
"message": "Best 게시판 실패"
}