We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
차량 상세 정보 모달 조회 API 를 구현합니다.
요청 GET /api/v1/vehicles/{vehicleId}
응답 { "isSuccess": true, "message": "요청 성공", "result": { "vehicleId": "V123", "vehicleNumber": "54하7056", "driverName": "홍길동", "status": { "type": "ON" | "OFF", "speed": 60, "lastEngineOn": "2024-12-24T08:30:00Z", "lastEngineOff": "2024-12-23T18:30:00Z" }, "dailyStatus": { "distance": 152.4, "drivingTime": 18000 }, "location": { "lat": 37.4319, "lng": 126.7800, "lastUpdated": "2024-12-24T10:30:00Z" } } }
The text was updated successfully, but these errors were encountered:
Jeongjjuna
When branches are created from issues, their pull requests are automatically linked.
🔧 어떤 기능인가요?
✏️ 작업 상세 내용
The text was updated successfully, but these errors were encountered: