ノート一覧を取得する


GET /api/project/:projectId/note

指定したプロジェクト内のノート一覧を返します。

Endpoint URL

https://<space_id>.repsona.com/api/project/:projectId/note

Authorization

Owner Admin Member

Path parameters

NameTypeDescription
projectId*stringプロジェクトID

Query parameters

NameTypeDescription
pagestring一覧の開始ページ。1が最小。
keywordsstringキーワード。カンマ区切りで複数指定できます。
tagsstringタグID。カンマ区切りで複数指定できます。
is_wipenum (true, false)作成途中を含みます

Example responses

{
  "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
      }
    }
  ]
}

人を中心に、もっといいチームに!

Repsonaはチームのための理想的な仕事管理ツールです
無料ではじめる