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

Supported Formats

json

Examples

GET /api/v1/user/time_entries
200
[
  {
    "id": 112,
    "started_at": "2025-08-12T21:06:02.000Z",
    "stopped_at": "2025-08-12T22:06:02.000Z",
    "duration": 3600,
    "amount": 0,
    "user": {
      "id": 283,
      "nickname": "Sharika Anderson",
      "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50",
      "created_at": "2025-08-13T00:06:02.000Z",
      "updated_at": "2025-08-13T00:06:02.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-08-13T00:06:01.000Z",
      "confirmation_sent_at": null,
      "deactivated_at": null,
      "calendar_zoom_rate": 1
    },
    "task": {
      "id": 1073,
      "key": "http://marks.example/ellyn_hintz",
      "title": "Dolor odit animi minus.",
      "url": "http://marks.example/ellyn_hintz",
      "team_id": 491,
      "created_at": "2025-08-13T00:06:02.000Z",
      "updated_at": "2025-08-13T00:06:02.000Z",
      "deleted_at": null,
      "description": null,
      "category": false,
      "sequential_id": null,
      "state": "open",
      "bill": 0,
      "ancestry": "1072",
      "ancestry_depth": 1,
      "closed_at": null,
      "color": 1,
      "position": null,
      "deleted_at_seconds": 0,
      "key_md5": "2a98b83858a3bb56519ce51747464f95",
      "archived": false,
      "category_id": 1072,
      "ancestry_path": "/1072/",
      "selectable": true
    }
  }
]

Params

Param name Description
task_id
optional

Validations:

  • Must be a number.

page
optional

Validations:

  • Must be a number.