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

Supported Formats

json

Examples

GET /api/v1/user/recent_categories
200
[
  {
    "id": 972,
    "title": "key75",
    "color": 1,
    "team_id": 447,
    "ancestor_titles": [],
    "archived": false,
    "selectable": true,
    "ancestry_path": "/",
    "team": {
      "id": 446,
      "name": "Delaware tigers",
      "default_duration": 15,
      "workspaces_workspace_id": 569
    }
  },
  {
    "id": 975,
    "title": "key76",
    "color": 1,
    "team_id": 449,
    "ancestor_titles": [],
    "archived": false,
    "selectable": true,
    "ancestry_path": "/",
    "team": {
      "id": 448,
      "name": "Idaho elves",
      "default_duration": 15,
      "workspaces_workspace_id": 571
    }
  }
]