Skip to content

Editor's Pick

HyeonJooo edited this page Nov 13, 2020 · 5 revisions

Editor's Pick (/main/editorsPick)

main

Request

URL

[GET] ~/main/editorsPick

Header

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

토큰 필요 없음


Response

Description

변수명 설명
editorpickIdx 에디터's pick 인덱스
illust 컨텐츠 이미지
themeIdx 컨텐츠에 해당하는 테마 idx
sentenceNum 테마 안에 속해있는 문장 개수

SUCCESS

{
    "status": 200,
    "success": true,
    "message": "에디터's Pick 조회 성공",
    "data": [
        {
            "editorpickIdx": 10,
            "illust": "https://user-images.githubusercontent.com/41534832/98558030-4d536480-22e8-11eb-8b34-720a9084bede.png",
            "themeIdx": 14,
            "sentenceNum": 3,
            "theme": "온 세상에 나만 깨어있는 것 같은 새벽감성에 읽기 좋은 문장"
        },
        {
            "editorpickIdx": 11,
            "illust": "https://user-images.githubusercontent.com/41534832/98563862-05840b80-22ef-11eb-9627-67c3030b8325.png",
            "themeIdx": 15,
            "sentenceNum": 2,
            "theme": "나와 다른 너를 이해하고 싶을 때 나를 도와주는 한 문장"
        },
        {
            "editorpickIdx": 12,
            "illust": "https://user-images.githubusercontent.com/41534832/98566197-d4590a80-22f1-11eb-8602-23ee859e569d.png",
            "themeIdx": 4,
            "sentenceNum": 9,
            "theme": "힘껏 달리기만 하다 번아웃이 온 당신을 다시 걷게 할 한 문장"
        }
    ]
}

FAIL : 일러스트 컨텐츠가 없을 경우

{
    "status": 400,
    "success": false,
    "message": "에디터's Pick 목록이 없습니다."
}

FAIL : 서버 내부 에러의 경우

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