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

Supported Formats

json

Examples

GET /api/v1/user/recent_categories
200
[
  {
    "id": 267,
    "title": "key87",
    "color": 1,
    "team_id": 121,
    "ancestor_titles": [],
    "archived": false,
    "team": {
      "id": 120,
      "name": "California vampires",
      "default_duration": 15
    }
  },
  {
    "id": 270,
    "title": "key88",
    "color": 1,
    "team_id": 123,
    "ancestor_titles": [],
    "archived": false,
    "team": {
      "id": 122,
      "name": "Utah monkeys",
      "default_duration": 15
    }
  }
]