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

북마크 상세 조회

URL Patterns
/bookmarks/{bookmarkId}
Method
GET
개발 여부
개발 여부
사용 가능여부
사용 가능여부
요청 RequestBody
{ }
 
응답
Status Code
Status Code : 200 (OK)
 
ResponseBody
{ "bookmarkId" : 1, "title": "네이버 웹툰", "url": "https://comic.naver.com/index", "imageUrl": "imageUrl1", "category": "it", "memo": "memo", "openType": "public", "isFavorite": false, "updatedAt": "2022-01-01", "tags": [ "Spring", "React" ], "reactionCount" : { "like" : 12, "hate" : 10 }, "reaction":{ "like":true, "hate":false }, "profile": { "profileId": 1, "username": "crush", "imageUrl": "image_url", "isFollow": true } }