※ 現在APIはベータ版です。仕様が変更になる可能性がありますのでご了承ください。
GET /api/v1/time_entries/:id
Get time entry
Supported Formats
jsonExamples
GET /api/v1/time_entries/10 200 { "id": 10, "started_at": "2025-06-02T16:24:54.000+09:00", "stopped_at": "2025-06-02T17:24:54.000+09:00", "time_trackable_id": 149, "time_trackable_type": "Task", "time_tracker_id": 72, "time_tracker_type": "User", "created_at": "2025-06-02T16:24:54.000+09:00", "updated_at": "2025-06-02T17:24:54.000+09:00", "deleted_at": null, "duration": 3600.0, "amount": 0, "team_id": 71, "input_type": "realtime", "stopped_at_seconds": 1748852694, "deleted_at_seconds": 0, "external_identifier": null, "external_provider": "none", "formatted_duration": "01:00", "html_url": "http://test.host/app/mytasks/149/edit", "user": { "id": 72, "nickname": "Diego Bergstrom Jr.", "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50", "created_at": "2025-06-02T16:24:54.000+09:00", "updated_at": "2025-06-02T16:24:54.000+09:00", "deleted_at": null, "avatar": null, "daily": true, "daily_time": "2000-01-01T17:00:00.000+09:00", "weekly": true, "time_zone": "Tokyo", "locale": "en", "domain": "timecrowd.net", "reset_password_sent_at": null, "remember_created_at": null, "sign_in_count": 0, "current_sign_in_at": null, "last_sign_in_at": null, "confirmed_at": "2025-06-02T16:24:54.000+09:00", "confirmation_sent_at": null, "deactivated_at": null, "calendar_zoom_rate": 1, "avatar_url": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50" }, "task": { "id": 149, "key": "http://reynolds.test/veda.stoltenberg", "title": "Vitae similique magni quo.", "url": "http://reynolds.test/veda.stoltenberg", "team_id": 71, "created_at": "2025-06-02T16:24:54.000+09:00", "updated_at": "2025-06-02T17:24:54.000+09:00", "deleted_at": null, "description": null, "category": { "id": 148, "key": "key47", "title": "key47", "url": null, "team_id": 71, "created_at": "2025-06-02T16:24:54.000+09:00", "updated_at": "2025-06-02T17:24:54.000+09:00", "deleted_at": null, "description": null, "category": true, "sequential_id": null, "state": "open", "bill": 0, "ancestry": null, "ancestry_depth": 0, "closed_at": null, "color": 1, "position": 2, "deleted_at_seconds": 0, "key_md5": "69ffd2c0e7773667b770899a7e900d1a", "archived": false, "category_id": null, "ancestry_path": "/", "selectable": true }, "sequential_id": null, "state": "open", "bill": 0, "ancestry": "148", "ancestry_depth": 1, "closed_at": null, "color": 1, "position": null, "deleted_at_seconds": 0, "key_md5": "e80e6ffd53ebda85b2bdb0d5e8fcccbb", "archived": false, "category_id": 148, "ancestry_path": "/148/", "selectable": true, "team": { "id": 71, "name": "Vermont druids", "created_at": "2025-06-02T16:24:54.000+09:00", "updated_at": "2025-06-02T16:24:54.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "personal": false, "premium": false, "ancestry": null, "rounding": "floor", "capacity": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 101, "tasks_readonly": false } }, "comment": null, "team": { "id": 71, "name": "Vermont druids", "created_at": "2025-06-02T16:24:54.000+09:00", "updated_at": "2025-06-02T16:24:54.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "personal": false, "premium": false, "ancestry": null, "rounding": "floor", "capacity": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 101, "tasks_readonly": false }, "category": { "id": 148, "key": "key47", "title": "key47", "url": null, "team_id": 71, "created_at": "2025-06-02T16:24:54.000+09:00", "updated_at": "2025-06-02T17:24:54.000+09:00", "deleted_at": null, "description": null, "category": true, "sequential_id": null, "state": "open", "bill": 0, "ancestry": null, "ancestry_depth": 0, "closed_at": null, "color": 1, "position": 2, "deleted_at_seconds": 0, "key_md5": "69ffd2c0e7773667b770899a7e900d1a", "archived": false, "category_id": null, "ancestry_path": "/", "selectable": true } }