List Notes
GET /api/desktop/notes
GET
/api/desktop/notes
List all quick notes for the active project.
Responses
Section titled “ Responses ”Successful Response
QuickNoteListResponse
Note list response wrapper.
object
status
required
Status
Operation status
string
data
required
QuickNoteListData
Notes payload
object
notes
required
Notes
All notes
Array<object>
QuickNoteA scratch-pad note on the desktop.
object
id
required
Id
Note UUID
string
projectId
required
Projectid
Owning project
string
content
Content
Note text
string
color
Color
Note background color
string
sortOrder
Sortorder
Display order
integer
createdAt
required
Createdat
Created timestamp (ms)
integer
modifiedAt
required
Modifiedat
Modified timestamp (ms)
integer
total
required
Total
Note count
integer