※ 現在APIはベータ版です。仕様が変更になる可能性がありますのでご了承ください。
GET /api/v1/user/recent_entries
Get recent entries
Supported Formats
jsonExamples
GET /api/v1/user/recent_entries
200
[
{
"id": 29,
"duration": 3600,
"started_at": 1761001657,
"stopped_at": 1761005257,
"formatted_duration": "01:00",
"task": {
"id": 966,
"key": "http://senger.test/broderick",
"title": "Voluptas similique reprehenderit optio.",
"url": "http://senger.test/broderick",
"safe_url": "http://senger.test/broderick",
"label": "[Wisconsin wolves] Voluptas similique reprehenderit optio.",
"team_id": 444,
"parent_id": 965,
"html_url": "http://test.host/app/tasks/966/edit"
},
"html_url": "http://test.host/app/mytasks/966/edit",
"comment": ""
}
]