HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
🌳
[팀 05] Forest
/
🪐
BE WorkSpace
/
🗯️
API 명세
/
✅
/api/v1/notifications
✅

/api/v1/notifications

HTTP 메서드
GET
contents-type
application-json
비고
내 알림 조회
연관된 페이지
속성
⏳ 유저 스토리

[ Description ]

  • 내 알림 조회 요청

[응답 예시]

{ "content": [ { "id": 1, "ridingId": 1, "type": "RIDING_JOIN", "contents": "'testTitle' 라이딩에 새로운 라이더가 참가했어요!", "read": false }, { "id": 2, "ridingId": 1, "type": "RIDING_JOIN_CANCEL", "contents": "'testTitle' 라이딩에 새로운 라이더가 참가했어요!", "read": false }, ], "pageable": { "sort": { "empty": true, "unsorted": true, "sorted": false }, "offset": 0, "pageNumber": 0, "pageSize": 10, "paged": true, "unpaged": false }, "totalElements": 10, "totalPages": 1, "last": true, "size": 10, "number": 0, "sort": { "empty": true, "unsorted": true, "sorted": false }, "numberOfElements": 10, "first": true, "empty": false }
 

[ Request]

Header

인증 토큰
Name
Type
Description
비고
Authorization
String
인증 토큰

Parameter

페이징 파라미터
Name
Type
Description
비고
page
Integer
페이지 번호
size
Integer
페이지 당 게시글 수