v12

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0118044135.0 KB
note

post/note.document.get

Request body

idinteger required
selectstring[]

Example request

{
  "id": 1,
  "select": [
    "id",
    "collectionId",
    "parentId",
    "title",
    "markdown",
    "position",
    "createdBy",
    "updatedBy",
    "createdAt",
    "updatedAt"
  ]
}

Response

Success response