Skip to main content
GET
Retrieve a specific note by ID.

Authorization

Requires user permission features.notes or admin role.

Path Parameters

string
required
Unique identifier of the note

Response

Returns the note object with full content and write access indicator.
string
required
Unique identifier for the note
string
required
ID of the note owner
string
required
Title of the note
object
Full note content data
string
ID of the folder containing the note
array
Access control grants for the note
boolean
required
Indicates if the current user has write access to the note
integer
required
Unix timestamp of last update
integer
required
Unix timestamp of creation

Access Control

  • Users must have features.notes permission enabled
  • Returns notes where user is the owner OR has read access via access grants
  • write_access is true if:
    • User is admin
    • User is the note owner
    • User has write permission via access grants
    • Note has public read access
  • Admin users can access all notes
  • Non-admin users need explicit read permission