HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel

기능
한달 전체 게시글 조회
도메인
POST
응답 코드
200
HTTP method
GET
담당자
진행상황
완료
완료
완료
Path
/posts/month?year={year}&month={month}
메모
- 카드 페이지에서 카드를 눌렀을 때 ex> URL?year=2016&month=8 - userId는 토큰

Request

Parameters = { "year":Number, "month":Number } Body = null
 

Response

[ { "categoryName":String, "colorCode":String "postId": Number, "content": String, "score": Number, "imageUrl": String, "fileUrl": String, "selectedDate": Date(yyyy-MM-dd) }, ... ]