Search
Duplicate

게시물에 달린 댓글 보기

Method
GET
API
/api/posts/{postId}/comments
Category
comment
Request Body
Request Header
Response Body
[ { “commentId”:long, “parentCommentId”:long, “postId”:long, “depth”:int, “writerId”:userId, “writer”:userName, “content”:string, “likeUsers”: [ { userId:int, userName:string }, ], “likeCount:int, “lastModifiedDate”:”YYYY-MM-DD hh:mm:ss” }, ]
비고