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

Supported Formats

json

Examples

GET /api/v1/user/time_entries
200
[
  {
    "id": 828,
    "started_at": "2025-10-01T22:16:13.000Z",
    "stopped_at": "2025-10-01T23:16:13.000Z",
    "duration": 3600,
    "user": {
      "id": 700,
      "nickname": "Shoshana Hermann DDS",
      "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50",
      "created_at": "2025-10-02T01:16:13.000Z",
      "updated_at": "2025-10-02T01:16:13.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-02T01:16:13.000Z",
      "confirmation_sent_at": null,
      "deactivated_at": null,
      "calendar_zoom_rate": 1
    },
    "task": {
      "id": 1343,
      "key": "http://hand.example/lavern.okon",
      "title": "Quod vero suscipit commodi.",
      "url": "http://hand.example/lavern.okon",
      "team_id": 516,
      "created_at": "2025-10-02T01:16:13.000Z",
      "updated_at": "2025-10-02T01:16:13.000Z",
      "deleted_at": null,
      "description": null,
      "category": false,
      "sequential_id": null,
      "state": "open",
      "bill": 0,
      "ancestry": "1342",
      "ancestry_depth": 1,
      "closed_at": null,
      "color": 1,
      "position": null,
      "deleted_at_seconds": 0,
      "key_md5": "144e063a83f6ab6e0ce5815d7d2f50aa",
      "archived": false,
      "category_id": 1342,
      "ancestry_path": "/1342/",
      "selectable": true
    },
    "amount": 0
  }
]

Params

Param name Description
task_id
optional

Validations:

  • Must be a number.

page
optional

Validations:

  • Must be a number.