HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
💫
[팀16] YAS
/
🐶
백둥이
/
✨
API 설계
/
🪑
🪑

담당자
김채원
Path
/routines/{id}/mission-status
기능
미션완료 조회
비고
완료
완료
HTTP verbs
GET
도메인
미션완료

Request


Response


//김채원 { "data": [ { "routineStatusId" : 2, "missionId": 1, "name": "운동하기", "durationGoalTime": 20, "orders": 1, "emoji": "0_0", "color": "yellow", "missionStatusDetailResponse": { "orders": 1, "startTime": "2021-12-15T00:00:00", "endTime": "2021-12-15T00:00:00" } }, { "routineStatusId" : 2 "missionId": 2, "name": "달리기", "durationGoalTime": 4, "orders": 4, "emoji": "><", "color": "yellow", "missionStatusDetailResponse": { "orders": 3, "startTime": "2021-12-15T00:00:00", "endTime": "2021-12-15T00:00:00" } }, { "missionId": 3, "name": "운동하기", "durationGoalTime": 20, "orders": 3, "emoji": "><", "color": "black", "missionStatusDetailResponse": { "orders": 0, "startTime": null, "endTime": null } }, { "missionId": 4, "name": "달리기", "durationGoalTime": 4, "orders": 2, "emoji": "0_0", "color": "black", "missionStatusDetailResponse": { "orders": 0, "startTime": null, "endTime": null } } ] }