-
Notifications
You must be signed in to change notification settings - Fork 0
테마 이미지 조회
HyeonJooo edited this page Jul 16, 2020
·
2 revisions
[GET] ~/post/themeImg
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
{
"status": 200,
"success": true,
"message": "테마 이미지 조회 성공",
"data": [
{
"themeImgIdx": 1,
"img": "img1.jpg"
},
{
"themeImgIdx": 2,
"img": "img2.jpg"
},
{
"themeImgIdx": 3,
"img": "img3.jpg"
},
{
"themeImgIdx": 4,
"img": "img4.jpg"
},
{
"themeImgIdx": 5,
"img": "img5.jpg"
},
{
"themeImgIdx": 6,
"img": "img6.jpg"
},
{
"themeImgIdx": 7,
"img": "img7.jpg"
},
{
"themeImgIdx": 8,
"img": "img8.jpg"
},
{
"themeImgIdx": 9,
"img": "img9.jpg"
},
{
"themeImgIdx": 10,
"img": "img10.jpg"
}
]
}
{
"status": 600,
"success": false,
"message": "서버 내부 오류"
}
-
메인(Main)
-
검색(Search)
-
작성(Post)
-
큐레이터(Curator)
-
조회(Detail)
-
내 서재(My)
-
유저(Users)