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

サポートフォーマット

json

GET /api/v1/user/time_entries
200
[
  {
    "id": 2079,
    "started_at": "2024-04-17T20:31:14.000Z",
    "stopped_at": "2024-04-17T21:31:14.000Z",
    "duration": 3600,
    "amount": 0,
    "user": {
      "id": 3106,
      "nickname": "Ethelyn Hickle",
      "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50",
      "created_at": "2024-04-17T23:31:14.000Z",
      "updated_at": "2024-04-17T23:31:14.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-04-17T23:31:14.000Z",
      "confirmation_sent_at": null,
      "notify_exported": true,
      "deactivated_at": null,
      "calendar_zoom_rate": 1
    },
    "task": {
      "id": 7560,
      "key": "http://wiegand.example/adrian",
      "title": "Quo sit repellat pariatur.",
      "url": "http://wiegand.example/adrian",
      "team_id": 3058,
      "created_at": "2024-04-17T23:31:14.000Z",
      "updated_at": "2024-04-17T23:31:14.000Z",
      "deleted_at": null,
      "description": null,
      "category": false,
      "sequential_id": null,
      "state": "open",
      "bill": 0,
      "ancestry": "7559",
      "ancestry_depth": 1,
      "closed_at": null,
      "color": 1,
      "position": null,
      "deleted_at_seconds": 0,
      "key_md5": "73b77738911edeb91024c8f6a8d4a45f",
      "archived": false
    }
  }
]

パラメーター

パラメーター名 記述
task_id
任意

Validations:

  • Must be a number.

page
任意

Validations:

  • Must be a number.