🚀
API 명세도메인
설명
HTTP Method
URL
Request/Response Body
완료 여부
담당자
사용되는 페이지
인증 필요 여부
must or should
인증 여부에 따른 응답 변경 여부
USER
REVIEW
GET
api/v1/users/{userId}/info/reviews/like?page=0&size=10
완료
유저페이지
must
isLiked(review)
isPublic(review)
USER
GET
api/v1/users/{userId}/info/exhibitions/like?page=0&size=10
완료

유저페이지
isLiked(exhibition)
USER
REVIEW
GET
api/v1/users/{usersId}/info/my/reviews?page=0&size=10
완료
인증 필요 여부
must
isLiked(review)
isPublic(review)
COMMENT
후기의 댓글 조회(20개)
GET
/api/v1/reviews/{reviewId}/comments?page=0&size=10
완료

후기 상세
인증 필요 여부
must
isLiked(comment)
COMMENT
대댓글 조회
GET
/api/v1/comments/{commentId}/children?page=&size=
완료

후기 상세
must
isLiked(comment)
EXHIBITION
다가오는 전시회
GET
/api/v1/exhibitions/upcoming?page=0&size=8
완료

메인
인증 필요 여부
must
isLiked(exhibition)
EXHIBITION
전시회 검색
GET
/api/v1/exhibitions?query=번아웃증후군&page=0&size=8
완료

모든 페이지
검색 결과
must
isLiked(exhibition)
EXHIBITION
내 주변의 전시회
GET
/api/v1/exhibitions/aroundme?lat=37.4924&lng=127.0293&dist=3
완료

메인
should
isLiked(exhibition)
EXHIBITION
인기 많은 전시회
GET
/api/v1/exhibitions/mostlike?page=0&size=8&include-end=true
완료

메인
must
isLiked(exhibition)
EXHIBITION
REVIEW
전시회 검색
GET
/api/v1/reviews/search/exhibitions?query=번아웃증후군
완료

후기 쓰기
must
해당없음
EXHIBITION
맞춤 전시회
GET
/api/v1/exhibitions/custom?areas=SEOUL,GYEONGGI&months=JAN,MAR,MAY&genres=INSATALLATION,MEDIA&page=0&size=8&include-end=true
완료

맞춤 전시회
should
isLiked(exhibition)
REVIEW
후기 단건 조회
GET
/api/v1/reviews/{reviewId}
완료
후기 상세
must
isLiked(review)
isLiked(comment)
isPublic(review)
isLiked(exhibition)
REVIEW
후기 다건 조회
GET
/api/v1/reviews?exhibitionId=page=&size=&sort=
완료
특정 전시회 후기 더보기
커뮤니티
must
isLiked(review)
REVIEW
후기 좋아요 등록/해제
PATCH
/api/v1/reviews/{reviewId}/like
완료
특정 전시회 후기 더보기
커뮤니티
후기 상세
인증 필요 여부
must
해당없음
ADMIN
[관리자] 전시회 장르 및 설명 수정
PATCH
/api/v1/admin/exhibitions/{exhibitionId}/semi
완료

관리자 페이지
could
해당없음