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

Supported Formats

json

Examples

GET /api/v1/user/recent_categories
200
[
  {
    "id": 36605,
    "title": "key75",
    "color": 1,
    "team_id": 11628,
    "ancestor_titles": [],
    "archived": false,
    "team": {
      "id": 11627,
      "name": "New Mexico sheep",
      "default_duration": 15,
      "workspaces_workspace_id": 12439
    }
  },
  {
    "id": 36608,
    "title": "key76",
    "color": 1,
    "team_id": 11630,
    "ancestor_titles": [],
    "archived": false,
    "team": {
      "id": 11629,
      "name": "Massachusetts lions",
      "default_duration": 15,
      "workspaces_workspace_id": 12441
    }
  }
]