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

Supported Formats

json

Examples

GET /api/v1/user/working_users
200
[
  {
    "id": 88,
    "nickname": "Dorothy Grant",
    "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=50",
    "html_url": "http://test.host/app/users/88/calendar",
    "time_entry": {
      "id": 26,
      "started_at": "2025-06-02T06:25:02.000Z",
      "html_url": "http://test.host/app/mytasks/203/edit",
      "comment": "",
      "duration": 3600.717962208,
      "can_stop": true
    },
    "task": {
      "id": 203,
      "key": "http://effertz.test/huey_mante",
      "title": "Enim est accusantium temporibus.",
      "url": "http://effertz.test/huey_mante",
      "safe_url": "http://effertz.test/huey_mante",
      "label": "[Colorado prophets] Enim est accusantium temporibus.",
      "team_id": 86,
      "parent_id": 202,
      "root_id": 202,
      "html_url": "http://test.host/app/tasks/203/edit",
      "team": {
        "id": 86,
        "name": "Colorado prophets"
      },
      "category": {
        "id": 202,
        "title": "key71",
        "color": 1
      },
      "edit_url": "http://test.host/app/tasks/203/edit"
    }
  }
]