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

GET /api/v1/tasks/suggestions
200
{
  "tasks": [
    {
      "id": 10,
      "key": "http://bahringer.test/tarra_pacocha",
      "title": "Consequatur maxime sequi impedit.",
      "url": "http://bahringer.test/tarra_pacocha",
      "team_id": 6,
      "created_at": "2023-10-02T05:53:16.000Z",
      "updated_at": "2023-10-02T05:53:16.000Z",
      "deleted_at": null,
      "description": null,
      "category": {
        "id": 9,
        "key": "key2",
        "title": "key2",
        "url": null,
        "team_id": 6,
        "created_at": "2023-10-02T05:53:16.000Z",
        "updated_at": "2023-10-02T05:53:16.000Z",
        "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,
        "ancestor_titles": []
      },
      "sequential_id": null,
      "state": "open",
      "bill": 0,
      "ancestry": "9",
      "ancestry_depth": 1,
      "closed_at": null,
      "color": 1,
      "position": null,
      "deleted_at_seconds": 0,
      "key_md5": "2750e2cf9c76dd81a73f700aa3d54581",
      "archived": false,
      "default_duration": 900,
      "team": {
        "id": 6,
        "name": "Louisiana lions",
        "created_at": "2023-10-02T05:53:16.000Z",
        "updated_at": "2023-10-02T05:53:16.000Z",
        "deleted_at": null,
        "time_limit": 0,
        "avatar": null,
        "personal": false,
        "premium": false,
        "ancestry": null,
        "rounding": "floor",
        "capacity": null,
        "hierarchized": false,
        "default_duration": 15,
        "tasks_readonly_role": "none",
        "tasks_readonly": false
      },
      "total_time": "00:00:00"
    }
  ],
  "is_last_page": true
}

パラメーター

パラメーター名 記述
title
必須

Validations:

  • Must be a String

category_id
任意

Validations:

  • Must be a number.

team_id
任意

Validations:

  • Must be a number.

page
任意

Validations:

  • Must be a number.

limit
任意

Validations:

  • Must be a number.