-
Notifications
You must be signed in to change notification settings - Fork 0
테마 없는 문장 목록 조회
HyeonJooo edited this page Jul 16, 2020
·
6 revisions
[GET] ~/post/emptySentence
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json | |
token | {token} | 토큰 |
변수명 | 설명 |
---|---|
sentenceIdx | 문장 Idx |
sentence | 문장 |
title | 문장의 책 제목 |
author | 문장의 책 저자 |
publisher | 문장의 책 출판사 |
timestamp | 문장이 작성된 시간 |
num : 문장 개수
sentences : 문장
{
"status": 200,
"success": true,
"message": "테마 없는 문장 목록 조회 성공",
"data": {
"num": 3,
"sentences": [
{
"sentenceIdx": 1,
"sentence": "임시 문장이야",
"title": "제에목",
"author": "저어자",
"publisher": "출판",
"timestamp": "2020-07-12 14:28:10"
},
{
"sentenceIdx": 2,
"sentence": "임시임시",
"title": "하이",
"author": "저아",
"publisher": "추랖",
"timestamp": "2020-07-14 00:04:05"
},
{
"sentenceIdx": 3,
"sentence": "임시2222",
"title": "호이",
"author": "하이",
"publisher": "판사",
"timestamp": "2020-07-14 00:04:04"
}
]
}
}
{
"status": 400,
"success": false,
"message": "필요한 값이 없습니다."
}
{
"status": 400,
"success": false,
"message": "토큰이 없습니다"
}
{
"status": 401,
"success": false,
"message": "유효하지 않은 토큰입니다"
}
{
"status": 401,
"success": false,
"message": "만료된 토큰입니다"
}
{
"status": 600,
"success": false,
"message": "서버 내부 오류"
}
-
메인(Main)
-
검색(Search)
-
작성(Post)
-
큐레이터(Curator)
-
조회(Detail)
-
내 서재(My)
-
유저(Users)