Zvini
22:15:08

« Bookmark » list

bookmark/list - Returns a list of all bookmarks.
The method has no parameters.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one of the bookmarks.
url: <string> - The URL of the bookmark.
title: <string> - The title of the bookmark.
tags: <string> - The space-separated list of tags.
insert_time: <number> - The Unix timestamp of when the bookmark was created.
update_time: <number> - The Unix timestamp of when the bookmark was last modified.
}
...
]
No errors expected.