List notes
List notes with optional filtering by owner
get/notes
Query parameters
ownerIdstring
Optional: User id to filter notes by owner
parentNoteIdstring
Optional: filter to only return notes under this parent note id
orderBy'lastEditedAt_DESC' | 'lastEditedAt_ASC' | 'listPosition_DESC' | 'listPosition_ASC'
Optional: To change the order of the returned notes
cursorstring
Cursor to use to continue fetching notes
Response
Ok
Changes
Changed in 1 of the 5 revisions of this API.1
- ○
the security scope
readwas added to the endpoint's security schemebearerapi-security-scope-added
- ○