指定したプロジェクト内のノート一覧を返します。
https://<space_id>.repsona.com/api/project/:projectId/note
Owner Admin Member
| Name | Type | Description | 
|---|---|---|
projectId* | string | プロジェクトID | 
| Name | Type | Description | 
|---|---|---|
| page | string | 一覧の開始ページ。1が最小。 | 
| keywords | string | キーワード。カンマ区切りで複数指定できます。 | 
| tags | string | タグID。カンマ区切りで複数指定できます。 | 
| is_wip | enum (true, false) | 作成途中を含みます | 
{
  "requestedBy": 1,
  "project": 1,
  "notes": [
    {
      "tags": [
        {
          "createdAt": 1672498800000,
          "updatedAt": 1672498800000,
          "id": 1746,
          "name": "JavaScript",
          "sortOrder": 0,
          "color": "#2196F3",
          "type": null,
          "space": 1
        }
      ],
      "createdAt": 1672498800000,
      "updatedAt": 1672498800000,
      "id": 1746,
      "name": "About the elephant",
      "sortOrder": 1,
      "description": "# About the elephant",
      "isWIP": false,
      "space": 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
      }
    }
  ]
}