Get a list of subnotes of a note


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

Returns a list of subnotes for a given note.

Endpoint URL

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

Authorization

Owner Admin Member

Path parameters

NameTypeDescription
projectId*stringProject ID
noteId*stringNote ID

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,
      "deletedAt": null,
      "name": "Note name",
      "sortOrder": 1,
      "description": "Note Description",
      "isWIP": false,
      "space": 1,
      "parent": 2,
      "project": 1
    }
  ]
}

Human-centered, better teams!

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