-
Notifications
You must be signed in to change notification settings - Fork 0
선택할 테마 목록 조회
Haely edited this page Jul 15, 2020
·
4 revisions
[GET] ~/post/theme
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
{
"status": 200,
"success": true,
"message": "선택할 테마 리스트 조회 성공",
"data": [
{
"themeIdx": 3,
"theme": "온 세상에 나만 깨어있는 것 같은 새벽감성에 읽기 좋은 문장",
"themeImg": "img4.jpg",
"themeImgIdx": 4,
"saves": 90,
"writer": "예스리",
"writerImg": "img1",
"alreadyBookmarked": false
},
{
"themeIdx": 1,
"theme": "브랜딩이 어려울 때, 영감을 주는 문장",
"themeImg": "img1.jpg",
"themeImgIdx": 1,
"saves": 197,
"writer": "래리",
"writerImg": "img2",
"alreadyBookmarked": true
},
{
"themeIdx": 4,
"theme": "힘껏 달리기만 하다 번아웃이 온 당신을 다시 걷게 할 한 문장",
"themeImg": "img6.jpg",
"themeImgIdx": 6,
"saves": 60,
"writer": "봄",
"writerImg": "img3",
"alreadyBookmarked": true
}
]
}
{
"status": 600,
"success": false,
"message": "서버 내부 오류"
}
-
메인(Main)
-
검색(Search)
-
작성(Post)
-
큐레이터(Curator)
-
조회(Detail)
-
내 서재(My)
-
유저(Users)