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

Supported Formats

json

Examples

GET /api/v1/user/recent_entries
200
[
  {
    "id": 106,
    "duration": 3600,
    "started_at": 1755032759,
    "stopped_at": 1755036359,
    "formatted_duration": "01:00",
    "task": {
      "id": 1058,
      "key": "http://mcdermott.test/anthony.wolff",
      "title": "Qui molestiae exercitationem porro.",
      "url": "http://mcdermott.test/anthony.wolff",
      "safe_url": "http://mcdermott.test/anthony.wolff",
      "label": "[New Hampshire warlocks] Qui molestiae exercitationem porro.",
      "team_id": 484,
      "parent_id": 1057,
      "html_url": "http://test.host/app/tasks/1058/edit"
    },
    "html_url": "http://test.host/app/mytasks/1058/edit",
    "comment": ""
  }
]