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

요청/응답 값

HTTP verbs
GET
Path
/wishes/{id}
기능
기부요청글 단일 상세조회
담당자
부희
도메인
완료
완료

GET /wishes/{id} → 모든 사용자 접근가능


id ⇒ 기부요청글 상세조회를 원하는 게시글 식별자 아이디 값
 

응답 값


{ "message": "success", "data": { "id": 1, "title": "재능기부할 사람~", "content": "기부원해요", "category": "재능기부", "status": "기부진행", "userId": 1, "userName": "테스트 센터", "userImage": "updated url", "userCnt": 1, "boardType": "WISH", "createdDate": "2021-12-13T23:56:35.714455", "updatedDate": "2021-12-13T23:59:17.218369", "tags": [ "아동·청소년", "어르신" ], "images": [ "https://needit-image.s3.ap-northeast-2.amazonaws.com/donation-wish/mask.png-20215913235917", "https://needit-image.s3.ap-northeast-2.amazonaws.com/donation-wish/rabbit.png-20215913235917" ], "comments": [ { "id": 1, "comment": "기부신청", "userId": 1, "userName": "기부니", "userImage": "test.jpg", "createdDate": "2021-12-14T00:38:39.943698", "updatedDate": "2021-12-14T00:38:39.943698" } ] } }