※ 現在APIはベータ版です。仕様が変更になる可能性がありますのでご了承ください。
GET /api/v1/tasks/suggestions
List all matched tasks of the authenticated user
Examples
GET /api/v1/tasks/suggestions 200 { "tasks": [ { "id": 36397, "key": "http://borer-ullrich.test/ariana", "title": "Eligendi ducimus officia eum.", "url": "http://borer-ullrich.test/ariana", "team_id": 11540, "created_at": "2024-12-17T00:27:00.000Z", "updated_at": "2024-12-17T00:27:00.000Z", "deleted_at": null, "description": null, "category": { "id": 36396, "key": "key2", "title": "key2", "url": null, "team_id": 11540, "created_at": "2024-12-17T00:27:00.000Z", "updated_at": "2024-12-17T00:27:00.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": "36396", "ancestry_depth": 1, "closed_at": null, "color": 1, "position": null, "deleted_at_seconds": 0, "key_md5": "ccd0bb61fd521a0bd1ad6db79cd4359b", "archived": false, "default_duration": 900, "team": { "id": 11540, "name": "North Dakota kangaroos", "created_at": "2024-12-17T00:27:00.000Z", "updated_at": "2024-12-17T00:27:00.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", "workspaces_workspace_id": 12352, "tasks_readonly": false }, "total_time": "00:00:00" } ], "is_last_page": true }
Params
Param name | Description |
---|---|
title required |
Validations:
|
category_id optional |
Validations:
|
team_id optional |
Validations:
|
page optional |
Validations:
|
limit optional |
Validations:
|