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

Examples

GET /api/v1/tasks/suggestions
200
{
  "tasks": [
    {
      "id": 1131,
      "key": "http://buckridge.example/jeffery",
      "title": "Explicabo vitae tenetur et.",
      "url": "http://buckridge.example/jeffery",
      "team_id": 429,
      "created_at": "2025-10-02T10:15:43.000+09:00",
      "updated_at": "2025-10-02T10:15:43.000+09:00",
      "deleted_at": null,
      "description": null,
      "category": {
        "id": 1130,
        "key": "key2",
        "title": "key2",
        "url": null,
        "team_id": 429,
        "created_at": "2025-10-02T10:15:43.000+09:00",
        "updated_at": "2025-10-02T10:15:43.000+09:00",
        "deleted_at": null,
        "description": null,
        "category": true,
        "sequential_id": null,
        "state": "open",
        "bill": 0,
        "ancestry": null,
        "ancestry_depth": 0,
        "closed_at": null,
        "color": 1,
        "position": 2,
        "deleted_at_seconds": 0,
        "key_md5": "78f825aaa0103319aaa1a30bf4fe3ada",
        "archived": false,
        "category_id": null,
        "ancestry_path": "/",
        "selectable": true,
        "ancestor_titles": []
      },
      "sequential_id": null,
      "state": "open",
      "bill": 0,
      "ancestry": "1130",
      "ancestry_depth": 1,
      "closed_at": null,
      "color": 1,
      "position": null,
      "deleted_at_seconds": 0,
      "key_md5": "fd091eef3fb47325a55989a35f8062a1",
      "archived": false,
      "category_id": 1130,
      "ancestry_path": "/1130/",
      "selectable": true,
      "default_duration": 900,
      "team": {
        "id": 429,
        "name": "New Mexico chickens",
        "created_at": "2025-10-02T10:15:43.000+09:00",
        "updated_at": "2025-10-02T10:15:43.000+09:00",
        "deleted_at": null,
        "time_limit": 0,
        "avatar": null,
        "ancestry": null,
        "hierarchized": false,
        "default_duration": 15,
        "tasks_readonly_role": "none",
        "workspaces_workspace_id": 545,
        "tasks_readonly": false,
        "rounding": "floor",
        "capacity": null,
        "premium": false,
        "personal": false
      },
      "total_time": "00:00:00"
    }
  ],
  "is_last_page": true
}

Params

Param name Description
title
required

Validations:

  • Must be a String

category_id
optional

Validations:

  • Must be a number.

team_id
optional

Validations:

  • Must be a number.

page
optional

Validations:

  • Must be a number.

limit
optional

Validations:

  • Must be a number.