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

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
  }
]