※ 現在APIはベータ版です。仕様が変更になる可能性がありますのでご了承ください。

Supported Formats

json

Examples

GET /api/v1/user/recent_entries
200
[
  {
    "id": 6149,
    "duration": 3600,
    "started_at": 1734384431,
    "stopped_at": 1734388031,
    "formatted_duration": "01:00",
    "task": {
      "id": 36599,
      "key": "http://ruecker.test/louis",
      "title": "Rerum fugit ea dolorem.",
      "url": "http://ruecker.test/louis",
      "safe_url": "http://ruecker.test/louis",
      "label": "[New Hampshire dwarves] Rerum fugit ea dolorem.",
      "team_id": 11625,
      "parent_id": 36598,
      "html_url": "http://test.host/app/tasks/36599/edit"
    },
    "html_url": "http://test.host/app/mytasks/36599/edit",
    "comment": ""
  }
]