Skip to content

선택할 테마 목록 조회

Haely edited this page Jul 15, 2020 · 4 revisions

선택할 테마 목록 조회 (/post/theme)

Screen Shot 2020-07-11 at 1 03 49 AM

Request

URL

[GET] ~/post/theme

Header

메소드 파라미터 설명
Content-Type application/json

Response

SUCCESS

{
    "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
        }
    ]
}

FAIL : 서버 내부 에러의 경우

{
    "status": 600,
    "success": false,
    "message": "서버 내부 오류"
}
Clone this wiki locally