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

Supported Formats

json

Examples

GET /api/v1/user/time_entries
200
[
  {
    "id": 6155,
    "started_at": "2024-12-16T21:27:11.000Z",
    "stopped_at": "2024-12-16T22:27:11.000Z",
    "duration": 3600,
    "amount": 0,
    "user": {
      "id": 14401,
      "nickname": "Miss Kyle Howell",
      "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50",
      "created_at": "2024-12-17T00:27:11.000Z",
      "updated_at": "2024-12-17T00:27:11.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": "2024-12-17T00:27:11.000Z",
      "confirmation_sent_at": null,
      "deactivated_at": null,
      "calendar_zoom_rate": 1
    },
    "task": {
      "id": 36614,
      "key": "http://rolfson.test/divina_crooks",
      "title": "Adipisci numquam quia earum.",
      "url": "http://rolfson.test/divina_crooks",
      "team_id": 11632,
      "created_at": "2024-12-17T00:27:11.000Z",
      "updated_at": "2024-12-17T00:27:11.000Z",
      "deleted_at": null,
      "description": null,
      "category": false,
      "sequential_id": null,
      "state": "open",
      "bill": 0,
      "ancestry": "36613",
      "ancestry_depth": 1,
      "closed_at": null,
      "color": 1,
      "position": null,
      "deleted_at_seconds": 0,
      "key_md5": "644e3fa7c8637b4eeac1ffe995308ffe",
      "archived": false
    }
  }
]

Params

Param name Description
task_id
optional

Validations:

  • Must be a number.

page
optional

Validations:

  • Must be a number.