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

Examples

GET /api/v1/teams/381/categories
200
[
  {
    "id": 840,
    "title": "Uncategorized",
    "color": 1,
    "ancestry_depth": 0,
    "team_id": 381,
    "created_at": "2025-10-21T11:07:13.000+09:00",
    "updated_at": "2025-10-21T11:07:13.000+09:00",
    "ancestor_titles": [],
    "archived": false,
    "selectable": true,
    "is_leaf": true
  }
]