HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
🐳
[팀 07] 머구리(Meoguri)
/
✨
API document
/
피드 북마크 목록 조회

피드 북마크 목록 조회

URL Patterns
/bookmarks/feed
Method
GET
개발 여부
개발 여부
사용 가능여부
사용 가능여부
요청 쿼리 파라미터
?page=?&size=?&order=?&category=?&searchTitle=?&follow=?
default : follow - false
 
요청 RequestBody
{ }
 
응답
Status Code
Status Code : 200 (OK)
 
ResponseBody
{ "totalCount" : 100, "bookmarks": [ { "id": 1, "title": "네이버 웹툰", "url": "https://comic.naver.com/index", "openType": "all", "category": "IT", "updatedAt": "2022-01-01", "imageUrl": "imageUrl1", "likeCount": 12 "isFavorite": false, "isWriter" : true, "tags": [ "Spring", "React" ], "profile": { "profileId": 1, "imageUrl": "image_url", "username": "crush", "isFollow" : true } }, { "id": 2, "title": "다음 웹툰", "url": "https://comic.daum.com/index", "openType": "public", "category": "all", "updatedAt": "2022-01-01", "imageUrl": "imageUrl2", "likeCount": 12 "isFavorite": false, "isWriter" : false, "tags": [ "Spring", "React" ], "profile": { "profileId": 1, "imageUrl": "image_url", "username": "crush" "isFollow" : true } } ] }
notion image
내꺼는 안 보여주기로 했었나?