Skip to content

댓글_수

HwangJaeSuk edited this page Jun 9, 2019 · 2 revisions

URL

[GET] ~/comment/count/{webtoonIdx}/{episodeIdx}

메소드 파라미터명 설명
header Content-Type application/json
query string webtoonIdx webtoonIdx 값
query string episodeIdx episodeIdx 값

응답예시

{
"status": 200,
"success": true,
"message": "댓글 수 조회 성공",
"data": [
{
"commentsCount": 12
}
]
}

DB 조회 시에 에러가 생긴 경우(서버파트에서 만든 에러)

{
"status": 600,
"success": false,
"message": "댓글 수 조회 실패"
}
Clone this wiki locally