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