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

Supported Formats

json

Examples

GET /api/v1/user/recent_categories
200
[
  {
    "id": 215,
    "title": "key75",
    "color": 1,
    "team_id": 91,
    "ancestor_titles": [],
    "archived": false,
    "selectable": true,
    "team": {
      "id": 90,
      "name": "Georgia bees",
      "default_duration": 15,
      "workspaces_workspace_id": 120
    }
  },
  {
    "id": 218,
    "title": "key76",
    "color": 1,
    "team_id": 93,
    "ancestor_titles": [],
    "archived": false,
    "selectable": true,
    "team": {
      "id": 92,
      "name": "Arkansas worshipers",
      "default_duration": 15,
      "workspaces_workspace_id": 122
    }
  }
]