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

Supported Formats

json

Examples

GET /api/v1/user/working_users
200
[
  {
    "id": 278,
    "nickname": "Miss Sherwood Robel",
    "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/278/calendar",
    "time_entry": {
      "id": 103,
      "started_at": "2025-08-12T23:05:58.000Z",
      "html_url": "http://test.host/app/mytasks/1052/edit",
      "comment": "",
      "duration": 3601.017303842,
      "can_stop": true
    },
    "task": {
      "id": 1052,
      "key": "http://cremin.test/minda",
      "title": "Suscipit perspiciatis accusamus iste.",
      "url": "http://cremin.test/minda",
      "safe_url": "http://cremin.test/minda",
      "label": "[Colorado cats] Suscipit perspiciatis accusamus iste.",
      "team_id": 482,
      "parent_id": 1051,
      "root_id": 1051,
      "html_url": "http://test.host/app/tasks/1052/edit",
      "team": {
        "id": 482,
        "name": "Colorado cats"
      },
      "category": {
        "id": 1051,
        "title": "key71",
        "color": 1
      },
      "edit_url": "http://test.host/app/tasks/1052/edit"
    }
  }
]