指定したプロジェクト内のタスク一覧を返します。
https://<space_id>.repsona.com/api/project/:projectId/task
Owner
Admin
Member
Name | Type | Description |
---|---|---|
projectId* | string | プロジェクトID |
Name | Type | Description |
---|---|---|
page | string | 一覧の開始ページ。1 が最小。 |
keywords | string | キーワード。カンマ区切りで複数指定できます。 |
tags | string | タグID。カンマ区切りで複数指定できます。 |
statuses | string | ステータスID。カンマ区切りで複数指定できます。 |
milestones | string | マイルストーンID。カンマ区切りで複数指定できます。 |
priorities | string | 優先度。カンマ区切りで複数指定できます。 |
responsible_users | string | 担当者のユーザーID。カンマ区切りで複数指定できます。 |
ball_holding_users | string | ボール保持者のユーザーID。カンマ区切りで複数指定できます。 |
due_date_gte | string | 期限の開始日 |
due_date_lte | string | 期限の終了日 |
is_expired | enum (true , false ) | 期限切れを表示する |
is_closed | enum (true , false ) | 完了済み表示する |
{
"requestedBy": 1,
"project": 1,
"tasks": [
{
"tags": [
{
"createdAt": 1672498800000,
"updatedAt": 1672498800000,
"id": 1746,
"name": "JavaScript",
"sortOrder": 0,
"color": "#2196F3",
"type": null,
"space": 1
}
],
"createdAt": 1672498800000,
"updatedAt": 1672498800000,
"id": 1746,
"name": "Implement",
"sortOrder": 5,
"priority": 1,
"planned": null,
"actual": null,
"description": "",
"dueDate": 1672498800000,
"startDate": 1672498800000,
"space": 1,
"status": {
"createdAt": 1672498800000,
"updatedAt": 1672498800000,
"id": 1746,
"name": "Todo",
"sortOrder": 0,
"isClosed": false,
"color": null,
"space": 1,
"project": 1
},
"parent": null,
"project": {
"createdAt": 1672498800000,
"updatedAt": 1672498800000,
"id": 1746,
"name": "elephant-website",
"fullName": "Elephant website development project",
"purpose": "Investigating elephant ecology.",
"avatarUrl": "/dummy/project-icon1.png",
"productImageUrl": "",
"sortOrder": 0,
"free": true,
"isClosed": false,
"isPublic": false,
"extra": null,
"space": 1
},
"milestone": {
"createdAt": 1672498800000,
"updatedAt": 1672498800000,
"id": 1746,
"name": "v1.37.0",
"dueDate": 1672498800000,
"isClosed": false,
"space": 1,
"project": 1
},
"responsibleUser": {
"createdAt": 1672498800000,
"updatedAt": 1672498800000,
"id": 1746,
"name": "Joseff",
"fullName": "Joseff Thompson",
"avatarUrl": "/dummy/avatar4.png",
"billingStatus": "active",
"extra": null,
"space": 1,
"language": 1,
"timeZone": 100
},
"ballHoldingUser": {
"createdAt": 1672498800000,
"updatedAt": 1672498800000,
"id": 1746,
"name": "Joseff",
"fullName": "Joseff Thompson",
"avatarUrl": "/dummy/avatar4.png",
"billingStatus": "active",
"extra": null,
"space": 1,
"language": 1,
"timeZone": 100
},
"parents": []
}
]
}