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": [
    {
      "createdAt": 1672498800000,
      "updatedAt": 1672498800000,
      "id": 1746,
      "name": "Note name",
      "sortOrder": 1,
      "description": "Note Description",
      "isWIP": false,
      "space": 1,
      "parent": 2,
      "project": 1
    }
  ]
}

Human-centered, best team!

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