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