Get note details


GET /api/project/:projectId/note/:noteId

Returns details of a given note.

Endpoint URL

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

Authorization

Owner Admin Member

Path parameters

NameTypeDescription
projectId*stringProject ID
noteId*stringNote ID

Example responses

{
  "requestedBy": 1,
  "project": 1,
  "note": {
    "tags": [
      {
        "createdAt": 1672498800000,
        "updatedAt": 1672498800000,
        "id": 1746,
        "name": "JavaScript",
        "sortOrder": 0,
        "color": "#2196F3",
        "type": null,
        "space": 1
      }
    ],
    "staredUsers": [
      {
        "id": 1746,
        "name": "Reon",
        "avatarUrl": "/dummy/avatar1.png",
        "extra": {}
      }
    ],
    "files": [
      {
        "createdAt": 1672498800000,
        "updatedAt": 1672498800000,
        "id": 1746,
        "hash": "3ba97984-fab1-46e7-817f-6c57d35c33b8",
        "size": 1081163,
        "type": "image/jpeg",
        "filename": "south-tyrol-4145438_1920.jpg",
        "extra": null,
        "space": 1,
        "user": 1,
        "project": 1
      }
    ],
    "createdAt": 1672498800000,
    "updatedAt": 1672498800000,
    "id": 1746,
    "name": "Development environment",
    "sortOrder": 2,
    "description": "Development environment",
    "isWIP": false,
    "space": 1,
    "parent": null,
    "project": 1
  }
}

Human-centered, best team!

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