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

기능
팔로우 한 사용자 게시글 전체 조회 (둘러보기)
도메인
POST
응답 코드
200
HTTP method
GET
담당자
완료
완료
Path
/follow/posts
메모
- 둘러보기 페이지
Request
X -> (token.userId로 조회)
 

Response

[ { "userId": Number, "categoryName": String, "colorCode": String, "postId": Number, "content": String, "score": Number, "fileUrl": String, "selectedDate": Date(yyyy-MM-dd), "updatedAt": DateTime(yyyy-MM-dd HH:mm:ss), "likeId": Number, "isLiked": Boolean } ]