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

Supported Formats

json

Examples

GET /api/v1/user/working_users
200
[
  {
    "id": 422,
    "nickname": "Madeleine Zulauf",
    "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50",
    "avatar_url": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=64",
    "html_url": "http://test.host/app/users/422/calendar",
    "time_entry": {
      "id": 26,
      "started_at": "2025-10-21T01:07:36.000Z",
      "html_url": "http://test.host/app/mytasks/960/edit",
      "comment": "",
      "duration": 3600.575940344,
      "can_stop": true
    },
    "task": {
      "id": 960,
      "key": "http://nicolas-metz.test/fletcher",
      "title": "Iusto amet sed sunt.",
      "url": "http://nicolas-metz.test/fletcher",
      "safe_url": "http://nicolas-metz.test/fletcher",
      "label": "[Georgia sons] Iusto amet sed sunt.",
      "team_id": 442,
      "parent_id": 959,
      "root_id": 959,
      "html_url": "http://test.host/app/tasks/960/edit",
      "team": {
        "id": 442,
        "name": "Georgia sons"
      },
      "category": {
        "id": 959,
        "title": "key71",
        "color": 1
      },
      "edit_url": "http://test.host/app/tasks/960/edit"
    }
  }
]