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

Supported Formats

json

Examples

GET /api/v1/user/time_entries
200
[
  {
    "id": 35,
    "started_at": "2025-06-02T04:25:05.000Z",
    "stopped_at": "2025-06-02T05:25:05.000Z",
    "duration": 3600,
    "amount": 0,
    "user": {
      "id": 93,
      "nickname": "Evia Rath",
      "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50",
      "created_at": "2025-06-02T07:25:05.000Z",
      "updated_at": "2025-06-02T07:25:05.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-06-02T07:25:04.000Z",
      "confirmation_sent_at": null,
      "deactivated_at": null,
      "calendar_zoom_rate": 1
    },
    "task": {
      "id": 224,
      "key": "http://bartoletti.test/ping.hickle",
      "title": "Voluptatem et hic excepturi.",
      "url": "http://bartoletti.test/ping.hickle",
      "team_id": 95,
      "created_at": "2025-06-02T07:25:05.000Z",
      "updated_at": "2025-06-02T07:25:05.000Z",
      "deleted_at": null,
      "description": null,
      "category": false,
      "sequential_id": null,
      "state": "open",
      "bill": 0,
      "ancestry": "223",
      "ancestry_depth": 1,
      "closed_at": null,
      "color": 1,
      "position": null,
      "deleted_at_seconds": 0,
      "key_md5": "d0404e7ea45a2b38a2c82bc3ef0af8be",
      "archived": false,
      "category_id": 223,
      "ancestry_path": "/223/",
      "selectable": true
    }
  }
]

Params

Param name Description
task_id
optional

Validations:

  • Must be a number.

page
optional

Validations:

  • Must be a number.