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

멤버의 리뷰 전체 조회

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

Request

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

Response

[ { "reviewId":1, "content":"숙소 후기", "score":5, "accommodationName":"숙소명", "accommodationCategory":"숙소종류" } ]