※ 現在APIはベータ版です。仕様が変更になる可能性がありますのでご了承ください。
GET /api/v1/user/time_entries
List all time entries of the authenticated user
Supported Formats
jsonExamples
GET /api/v1/user/time_entries
200
[
{
"id": 35,
"started_at": "2025-10-20T23:07:39.000Z",
"stopped_at": "2025-10-21T00:07:39.000Z",
"duration": 3600,
"user": {
"id": 427,
"nickname": "Johana Rempel Jr.",
"image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50",
"created_at": "2025-10-21T02:07:39.000Z",
"updated_at": "2025-10-21T02:07:39.000Z",
"deleted_at": null,
"avatar": null,
"daily": true,
"daily_time": "2000-01-01T08:00:00.000Z",
"weekly": true,
"time_zone": "UTC",
"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-10-21T02:07:39.000Z",
"confirmation_sent_at": null,
"deactivated_at": null,
"calendar_zoom_rate": 1
},
"task": {
"id": 981,
"key": "http://kutch.test/robert",
"title": "Debitis libero non dolores.",
"url": "http://kutch.test/robert",
"team_id": 451,
"created_at": "2025-10-21T02:07:39.000Z",
"updated_at": "2025-10-21T02:07:39.000Z",
"deleted_at": null,
"description": null,
"category": false,
"sequential_id": null,
"state": "open",
"bill": 0,
"ancestry": "980",
"ancestry_depth": 1,
"closed_at": null,
"color": 1,
"position": null,
"deleted_at_seconds": 0,
"key_md5": "4fc6d75aa92b270a48a453083a1fcb5e",
"archived": false,
"category_id": 980,
"ancestry_path": "/980/",
"selectable": true
},
"amount": 0
}
]
Params
| Param name | Description |
|---|---|
|
task_id optional |
Validations:
|
|
page optional |
Validations:
|