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

담당자
김채원
Path
/posts/popular
기능
게시글 인기루틴 조회
비고
완료
완료
HTTP verbs
GET
도메인
게시판

Request


//김채원 카테고리 있을때 url : http://localhost:8080/posts?category=EXERCISE 없을때: http://localhost:8080/posts

Response


//김채원 { "data": [ { "postId": 1, "createdAt": "2021-12-17 19:00:28", "updatedAt": "2021-12-17 19:00:28", "user": { "userId": 4, "nickname": "다슬", "profileImage": "https://yas-bucket.s3.ap-northeast-2.amazonaws.com/static/sun.nio.ch.ChannelInputStream%404b6c79ac" }, "routine": { "routineId": 4, "name": "한강가서 조깅하기", "emoji": "🏃🏻‍♀️", "durationGoalTime": 0, "category": [ "health", "exercise" ], "missions": [ { "missionId": 1, "name": "운동하기", "durationGoalTime": 10, "emoji": "><", "color": "#asdf" }, { "missionId": 2, "name": "한강 공원 경치 감상하기", "durationGoalTime": 600, "emoji": "🐳", "color": "#E8587B" }, { "missionId": 4, "name": "도시락 먹기", "durationGoalTime": 1500, "emoji": "🍱", "color": "#E8587B" } ] }, "likesResponse": [] }, { "postId": 10, "createdAt": "2021-12-17 17:41:02", "updatedAt": "2021-12-17 17:41:02", "user": { "userId": 3, "nickname": "마이네임이즈노아", "profileImage": "https://yas-bucket.s3.ap-northeast-2.amazonaws.com/static/1006099405-huge.jpg" }, "routine": { "routineId": 50, "name": "두준두준한 번지점프", "emoji": "🏔️", "durationGoalTime": 0, "category": [ "exercise", "health" ], "missions": [ { "missionId": 29, "name": "123", "durationGoalTime": 600, "emoji": "💫", "color": "#89C0F9" }, { "missionId": 30, "name": "321", "durationGoalTime": 600, "emoji": "💫", "color": "#89C0F9" } ] }, "likesResponse": [] }, { "postId": 3, "createdAt": "2021-12-16 14:19:54", "updatedAt": "2021-12-16 14:46:57", "user": { "userId": 4, "nickname": "다슬", "profileImage": "https://yas-bucket.s3.ap-northeast-2.amazonaws.com/static/sun.nio.ch.ChannelInputStream%404b6c79ac" }, "routine": { "routineId": 4, "name": "한강가서 조깅하기", "emoji": "🏃🏻‍♀️", "durationGoalTime": 0, "category": [ "health", "exercise" ], "missions": [ { "missionId": 1, "name": "운동하기", "durationGoalTime": 10, "emoji": "><", "color": "#asdf" }, { "missionId": 2, "name": "한강 공원 경치 감상하기", "durationGoalTime": 600, "emoji": "🐳", "color": "#E8587B" }, { "missionId": 4, "name": "도시락 먹기", "durationGoalTime": 1500, "emoji": "🍱", "color": "#E8587B" } ] }, "likesResponse": [] } ] }
routinePost[] : 루틴 게시글을 담은 배열