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

Supported Formats

json

Examples

GET /api/v1/teams/374/tasks/categories
200
[
  {
    "id": 812,
    "title": "Uncategorized",
    "color": 1,
    "team_id": 374,
    "archived": false,
    "team": {
      "id": 374,
      "name": "Nebraska prophets",
      "default_duration": 15
    }
  },
  {
    "id": 813,
    "title": "key24",
    "color": 1,
    "team_id": 374,
    "archived": false,
    "team": {
      "id": 374,
      "name": "Nebraska prophets",
      "default_duration": 15
    }
  },
  {
    "id": 814,
    "title": "key25",
    "color": 1,
    "team_id": 374,
    "archived": false,
    "team": {
      "id": 374,
      "name": "Nebraska prophets",
      "default_duration": 15
    }
  }
]