※ 現在APIはベータ版です。仕様が変更になる可能性がありますのでご了承ください。
GET /api/v1/teams/:team_id/categories
Get team categories
Examples
GET /api/v1/teams/11557/categories 200 [ { "id": 36468, "title": "Uncategorized", "color": 1, "ancestry_depth": 0, "team_id": 11557, "created_at": "2024-12-17T00:27:02.000Z", "updated_at": "2024-12-17T00:27:02.000Z", "ancestor_titles": [], "archived": false, "is_leaf": true } ]