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

기능
최신 전체 게시글 둘러보기
도메인
POST
응답 코드
200
HTTP method
GET
담당자
진행상황
완료
완료
완료
Path
/posts/recent?cursorId={cursorId}
메모
- 최신 전체 게시글 10개씩 둘러보기
Request
X
 

Response

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