※ 現在APIはベータ版です。仕様が変更になる可能性がありますのでご了承ください。
GET /api/v1/teams/:team_id/tasks/categories
Get categories for a team
Supported Formats
jsonExamples
GET /api/v1/teams/16/tasks/categories 200 [ { "id": 53, "title": "Uncategorized", "color": 1, "team_id": 16, "archived": false, "team": { "id": 16, "name": "Montana ogres", "default_duration": 15 } }, { "id": 54, "title": "key24", "color": 1, "team_id": 16, "archived": false, "team": { "id": 16, "name": "Montana ogres", "default_duration": 15 } }, { "id": 55, "title": "key25", "color": 1, "team_id": 16, "archived": false, "team": { "id": 16, "name": "Montana ogres", "default_duration": 15 } } ]