Get a list of notes


GET /api/project/:projectId/note

Returns a list of notes in a given project.

Endpoint URL

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

Authorization

Owner Admin Member

Path parameters

NameTypeDescription
projectId*stringProject ID

Query parameters

NameTypeDescription
pagestringStarting page of the list. Minimum 1.
keywordsstringKeywords. Multiple can be specified, separated by commas.
tagsstringTag ID. Multiple can be specified, separated by commas.
is_wipenum (true, false)Includes work in progress

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

Human-centered, best team!

Repsona is an ideal work management tool for your team
Get started for free