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

Supported Formats

json

Examples

GET /api/v1/user/recent_categories
200
[
  {
    "id": 1334,
    "title": "key75",
    "color": 1,
    "team_id": 512,
    "ancestor_titles": [],
    "archived": false,
    "selectable": true,
    "ancestry_path": "/",
    "team": {
      "id": 511,
      "name": "Delaware vampires",
      "default_duration": 15,
      "workspaces_workspace_id": 627
    }
  },
  {
    "id": 1337,
    "title": "key76",
    "color": 1,
    "team_id": 514,
    "ancestor_titles": [],
    "archived": false,
    "selectable": true,
    "ancestry_path": "/",
    "team": {
      "id": 513,
      "name": "South Carolina enchanters",
      "default_duration": 15,
      "workspaces_workspace_id": 629
    }
  }
]