HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
[팀12] 기부니🧡
[팀12] 기부니🧡
/
🧡
API 설계
/
📢
요청/응답 값
📢

요청/응답 값

HTTP verbs
GET
Path
/wishes/search?...
기능
기부요청글 목록 조회 (+ 검색)
담당자
부희
도메인
완료
완료

GET /wishes/search → 모든 사용자 접근가능


필터링 할 부분
 
{ "message": "success", "data": { "content": [ { "id": 1, "title": "재능기부할 사람~", "content": "기부원해요", "category": "재능기부", "status": "기부진행", "boardType": "WISH", "userId": 1, "userName": "테스트 센터", "userAddress": "서울특별시 관악구", "createdDate": "2021-12-13T23:56:35.714455", "tags": [ "아동·청소년", "어르신" ] }, { "id": 2, "title": "물품나눔할 사람~", "content": "기부원해요", "category": "물품나눔", "status": "기부진행", "boardType": "WISH", "userId": 2, "userName": "기부니 센터", "userAddress": "서울특별시", "createdDate": "2021-12-14T13:29:52.757403", "tags": [ "아동·청소년", "어르신" ] } ], "pageable": { "sort": { "unsorted": false, "sorted": true, "empty": false }, "pageNumber": 0, "pageSize": 5, "offset": 0, "paged": true, "unpaged": false }, "totalPages": 1, "totalElements": 2, "last": true, "numberOfElements": 2, "first": true, "number": 0, "sort": { "unsorted": false, "sorted": true, "empty": false }, "size": 5, "empty": false } }