-
Notifications
You must be signed in to change notification settings - Fork 0
구매_후기_조회
지훈 edited this page Dec 15, 2021
·
5 revisions
query parameter
- memberId
- role=buyer
- page (1부터 시작)
- size (default 20)
- sort (default: createdDate,DESC)
- Content-Type: application/json
- token(선택) : 토큰을 함께 보낼 경우 response body의 isAvailWriteReviewFromCurrentMember를 초기화 함
no need
- Content-Type: application/json
return Reviews
statusCode | message |
---|---|
200 | "Success" |
400 | "Request 인자 값의 타입이 올바르지 않습니다." |
400 | "상대방의 역할이 올바르지 않습니다." |
500 | "서버에서 내부적으로 에러가 발생했습니다." |