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

Supported Formats

json

Examples

GET /api/v1/user/recent_categories
200
[
  {
    "id": 1064,
    "title": "key75",
    "color": 1,
    "team_id": 487,
    "ancestor_titles": [],
    "archived": false,
    "selectable": true,
    "ancestry_path": "/",
    "team": {
      "id": 486,
      "name": "Pennsylvania vixens",
      "default_duration": 15,
      "workspaces_workspace_id": 504
    }
  },
  {
    "id": 1067,
    "title": "key76",
    "color": 1,
    "team_id": 489,
    "ancestor_titles": [],
    "archived": false,
    "selectable": true,
    "ancestry_path": "/",
    "team": {
      "id": 488,
      "name": "Oregon monkeys",
      "default_duration": 15,
      "workspaces_workspace_id": 506
    }
  }
]