※ 現在APIはベータ版です。仕様が変更になる可能性がありますのでご了承ください。
GET /api/v1/teams/:team_id/categories
Get team categories
Examples
GET /api/v1/teams/23/categories 200 [ { "id": 81, "title": "Uncategorized", "color": 1, "ancestry_depth": 0, "team_id": 23, "created_at": "2025-06-02T16:24:42.000+09:00", "updated_at": "2025-06-02T16:24:42.000+09:00", "ancestor_titles": [], "archived": false, "selectable": true, "is_leaf": true } ]