HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
👊
[승찬민] Around The Town (동네한바퀴)
/
💬
API Spec
/
리뷰 단일 조회

리뷰 단일 조회

URI
/api/v1/reviews/{reviewId}
담당자
Method
GET
진행상태
COMPLETE

Request

HTTP Method = GET Request URI = /api/v1/reviews/{reviewId} Parameters = [reviewId:1] Headers = [Content-Type:"application/json;charset=UTF-8"] Body = null

Response

{ "memberDto":{ "memberId":1, "password":"비밀번호", "phoneNumber":"회원 전화번호", "email":"회원 이메일" }, "accommodationDto":{ "accommodationName":"숙소명", "accommodationCategory":"숙소종류", "accommodationNotice":"notice", "optionNotice":"option", "guide":"guide" }, "reviewId":1, "content":"숙소 후기", "score":5, "reviewImagePaths":[ "image/path/1", "image/path/2" ] }