Zvini
22:14:25

« Note » list

note/list - Returns a list of all notes.
The method has no parameters.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one of the notes.
text: <string> - The text of the note.
encrypt_in_listings: <boolean> - Whether the note is encrypted in listings.
password_protect: <boolean> - Whether the note is password-protected.
tags: <string> - The space-separated list of tags.
insert_time: <number> - The Unix timestamp of when the note was created.
update_time: <number> - The Unix timestamp of when the note was last modified.
}
...
]
No errors expected.