※ 現在APIはベータ版です。仕様が変更になる可能性がありますのでご了承ください。
POST /api/v1/teams/:team_id/tasks
Create a task
Supported Formats
jsonExamples
POST /api/v1/teams/11545/tasks { "task": { "parent_id": "36423", "title": "created" } } 200 { "id": 36426, "key": "created", "title": "created", "url": "", "team_id": 11545, "created_at": "2024-12-17T00:27:01.000Z", "updated_at": "2024-12-17T00:27:01.000Z", "deleted_at": null, "description": null, "category": { "id": 36423, "key": "key15", "title": "key15", "url": null, "team_id": 11545, "created_at": "2024-12-17T00:27:01.000Z", "updated_at": "2024-12-17T00:27:01.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": "5fad0a4b0df1932909bac2090c156b8e", "archived": false, "ancestor_titles": [] }, "sequential_id": null, "state": "open", "bill": 0, "ancestry": "36423", "ancestry_depth": 1, "closed_at": null, "color": 1, "position": null, "deleted_at_seconds": 0, "key_md5": "e2fa538867c3830a859a5b17ab24644b", "archived": false, "team": { "id": 11545, "name": "Illinois sons", "created_at": "2024-12-17T00:27:01.000Z", "updated_at": "2024-12-17T00:27:01.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": 12357, "tasks_readonly": false, "avatar_url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAEAIAAAB1mzrKAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0T///////8JWPfcAAAA+0lEQVR42u3cMUoDQQCG0Yl4A+3s4/axskrhVXKZtN5DCAgeQWy9grUeYTcnCGz3CH6vnuKHj5lyNstyPB4OI8iNHvDfFQArAFYArABYAbACYLd6wHqPp93vGPcvD2+Xz3z+vH+PMU/zq1671hUF2J52f2NMd0/L5TNfzx/7MeZp3uq1a/UEYQXACoAVACsAVgCsAFgBsAJgBcAKgBUAKwBWAKwAWAGwAmAFwAqAFQArAFYArABYAbACYAXACoAVACsAVgCsAFgBsAJgBcAKgBUAKwBWAKwAWAGwAmAFwAqAFQArALbp20qrG4AVACsAVgCsAFgBsAJgBcDOx24Y5TXSRF4AAAAASUVORK5CYII=" }, "can_trash": true }
POST /api/v1/teams/11546/tasks { "task": { "title": "created" } } 422 { "messages": [ "選択中のチームでタスクの作成・編集・削除は許可されていません" ] }
Params
Param name | Description |
---|---|
task optional |
Validations:
|
task[title] optional |
Validations:
|
task[url] optional |
Validations:
|
task[parent_id] optional |
Validations:
|
task[description] optional |
Validations:
|