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