API Methods
Retrieve bookmarks
https://secure.diigo.com/api/v2/bookmarks
Returns a list of bookmarks satisfying various criteria. Request method: GET
Parameters
user
required, string, the username of whose bookmarks to fetch
start
optional, number, the start offset of the bookmarks to fetch starting from 0, defaults to 0
count
optional, number, the number of bookmarks to fetch, defaults to 10, max:100
sort
optional, number 0-3, determines the order of bookmarks to fetch, 0: created_at, 1: updated_at, 2: popularity, 3: hot, defaults to 0
tags
optional, string, only bookmarks with specified tags will be returned. multiple tags are separated by comma
filter
optional, string, public: only returns public bookmarks; all: returns all bookmarks including private ones, defaults to public
list
optional, string, the list name of a bookmark list, when specified, user must be also specified
Example request