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

Supported Formats

json

Examples

GET /api/v1/user/working_users
200
[
  {
    "id": 14396,
    "nickname": "Rep. Rod Aufderhar",
    "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/14396/calendar",
    "time_entry": {
      "id": 6146,
      "started_at": "2024-12-16T23:27:11.000Z",
      "html_url": "http://test.host/app/mytasks/36593/edit",
      "comment": "",
      "duration": 3600.364561632,
      "can_stop": true
    },
    "task": {
      "id": 36593,
      "key": "http://mertz-dicki.test/dexter.stroman",
      "title": "Ut dolor consectetur ut.",
      "url": "http://mertz-dicki.test/dexter.stroman",
      "safe_url": "http://mertz-dicki.test/dexter.stroman",
      "label": "[Alaska black cats] Ut dolor consectetur ut.",
      "team_id": 11623,
      "parent_id": 36592,
      "root_id": 36592,
      "html_url": "http://test.host/app/tasks/36593/edit",
      "team": {
        "id": 11623,
        "name": "Alaska black cats"
      },
      "category": {
        "id": 36592,
        "title": "key71",
        "color": 1
      },
      "edit_url": "http://test.host/app/tasks/36593/edit"
    }
  }
]