-
Notifications
You must be signed in to change notification settings - Fork 0
웹툰별_에피소드_목록
HwangJaeSuk edited this page Jun 9, 2019
·
1 revision
[GET] ~/webtoon/episode/{webtoonIdx}
메소드 | 파라미터명 | 설명 |
---|---|---|
header | Content-Type | application/json |
query string | webtoonIdx | webtoonIdx 값 |
"status": 200,
"success": true,
"message": "에피소드 조회 성공",
"data": [
{
"webtoonIdx": 1,
"episodeIdx": 1,
"webtoonName": "대치동 일타강사",
"title": "대치동 1화",
"views": 0,
"createdTime": "2019-06-08T19:24:06.000Z",
"thumbnail": "https://sopt24server.s3.ap-northeast-2.amazonaws.com/1560063148414.jpeg"
},
{
"webtoonIdx": 1,
"episodeIdx": 2,
"webtoonName": "대치동 일타강사",
"title": "대치동 2화",
"views": 0,
"createdTime": "2019-06-08T19:25:16.000Z",
"thumbnail": "https://sopt24server.s3.ap-northeast-2.amazonaws.com/1560063148414.jpeg"
},
{
"webtoonIdx": 1,
"episodeIdx": 3,
"webtoonName": "대치동 일타강사",
"title": "대치동 3화",
"views": 0,
"createdTime": "2019-06-08T19:25:24.000Z",
"thumbnail": "https://sopt24server.s3.ap-northeast-2.amazonaws.com/1560063148414.jpeg"
},
{
"webtoonIdx": 1,
"episodeIdx": 4,
"webtoonName": "대치동 일타강사",
"title": "대치동 4화",
"views": 0,
"createdTime": "2019-06-08T19:25:31.000Z",
"thumbnail": "https://sopt24server.s3.ap-northeast-2.amazonaws.com/1560063148414.jpeg"
}
]
}
DB 삽입 시에 에러가 생긴 경우(서버파트에서 만든 에러)
{
"status": 600,
"success": false,
"message": "에피소드 조회 실패"
}