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

Supported Formats

json

Examples

GET /api/v1/teams/439/tasks/categories
200
[
  {
    "id": 1174,
    "title": "Uncategorized",
    "color": 1,
    "team_id": 439,
    "archived": false,
    "team": {
      "id": 439,
      "name": "Wisconsin vampires",
      "default_duration": 15
    }
  },
  {
    "id": 1175,
    "title": "key24",
    "color": 1,
    "team_id": 439,
    "archived": false,
    "team": {
      "id": 439,
      "name": "Wisconsin vampires",
      "default_duration": 15
    }
  },
  {
    "id": 1176,
    "title": "key25",
    "color": 1,
    "team_id": 439,
    "archived": false,
    "team": {
      "id": 439,
      "name": "Wisconsin vampires",
      "default_duration": 15
    }
  }
]