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

サポートフォーマット

json

GET /api/v1/user/working_users
200
[
  {
    "id": 2052,
    "nickname": "Mitchel Huels",
    "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/2052/calendar",
    "time_entry": {
      "id": 1391,
      "started_at": "2024-04-02T05:07:49.000Z",
      "html_url": "http://test.host/app/mytasks/4942/edit",
      "comment": "",
      "duration": 3601.039972762,
      "can_stop": true
    },
    "task": {
      "id": 4942,
      "key": "http://goodwin.example/leontine.schoen",
      "title": "Explicabo temporibus ut rerum.",
      "url": "http://goodwin.example/leontine.schoen",
      "safe_url": "http://goodwin.example/leontine.schoen",
      "label": "[North Dakota dragons] Explicabo temporibus ut rerum.",
      "team_id": 1988,
      "parent_id": 4941,
      "root_id": 4941,
      "html_url": "http://test.host/app/tasks/4942/edit",
      "team": {
        "id": 1988,
        "name": "North Dakota dragons"
      },
      "category": {
        "id": 4941,
        "title": "key83",
        "color": 1
      },
      "edit_url": "http://test.host/app/tasks/4942/edit"
    }
  }
]