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

요청/응답 값

HTTP verbs
NONE
Path
/user/topic/notification
기능
개인 알림 subscribe
담당자
권규
도메인
완료

요청

해당 URL에 subscribe.

응답

{ "id": 1234, // 알림 식별자 "createdAt": "2021-12-12T04:20:00", // 알림 생성시각 "resourceType": "DONATION", // 알림 리소스 타입(무슨 알림인지) "resourceId": 5678, // 알림 리소스 식별자(어떤 리소스의 알림인지) "previewMessage": "PREVIEW_MESSAGE_HERE", // 리소스 미리보기(게시글의 제목 등) "isChecked": false // 알림 확인 여부 }