Home

 

Searching bookmarks

Search for a set of bookmarks that match a specific criteria.


Atom API request details

Resource Description
/atom Retrieves bookmarks matching search criteria in Atom 1.0 format. You can use this resource to subscribe to a set of bookmarks and get notifications of changes.

Use one or more of the input parameters to narrow the search. Separate multiple parameters with an ampersand (&).


Input parameters

Parameter Description
access Filters the bookmarks based on whether they are private or public. Options are:

    any

    Returns all bookmarks only if the request is made over secure http (https). If the request is made over https, it is redirected to the /mybookmarks URI. If the request is made over http, only public bookmarks are returned. This value is the default value.

    private

    Only returns private bookmarks. Private bookmarks can only be accessed by their owner, and only if the owner is authenticated. The user is prompted to log in and is redirected to the /mybookmarks URI from which only private bookmarks are returned.

    public

    Only returns public bookmarks.

base Returns only bookmarks to pages hosted by a given Web site. For example, to retrieve only bookmarks to pages on the Web site www.w3c.org/TR, specify "base=www.w3.org/TR"
email Internet e-mail address. Returns bookmarks created by the user specified by the e-mail address. Format the HTTP request using the proper URL encoding. For example, the encoded form of the @ symbol is %40 as in:

    adam_eventide%40garden.com
    

Do not use this parameter if Lotus Connections is configured to prevent e-mail addresses from being displayed. Use the userid parameter instead.

lang Language code. Language for strings in the output. If not specified, the language specified by the first matching client, typically the Web browser, is used, if available. The server then redirects the request to add this parameter to the URL. Specify this parameter to avoid the redirect.
network Filters the bookmarks based on the network that it is available from. Options are:

    all

    Returns all bookmarks. This value is the default value.

    internet

    Only returns the bookmarks that link to Internet resources, which are visible outside the intranet firewall.

    intranet

    Only returns the bookmarks that link to resources available on the corporate intranet, that is, resources that are not externally visible.

page Page number. Specifies the page to be returned. Default is 1.
ps Page size. Specifies the number of entries to return per page. Default 10. Maximum value allowed is 50.
search Well-formed full text search query. Performs a text search on the title, description, and tags of all bookmarks. Orders results by relevance. Respects other constraints. Help topic "Using advanced search options", available from the Bookmarks user interface, provides details on the search operators you can use in the search query to perform advanced searches for bookmarks.

When you use this parameter, search can only find bookmarks that the indexer has processed. The indexing interval is stored in a configuration property that your administrator can configure. See Managing search and index operations in the Administering section of the Lotus Connections information center for more details.

searchOperator Default operator between search terms. Options are:

  • and

  • or

The default value is set by your system administrator. Use in conjunction with "search" parameter to override the system default operator for search queries.

showFavIcon Includes links to bookmark icons (also known as "favorite icons") in the response. Bookmarks uses link relation "http://www.ibm.com/xmlns/prod/sn/icon" to identify this link in a bookmark Atom entry. Boolean. Options are:

    false

    Links to bookmark icons are not included. This value is the default value.

    true

    Includes links to bookmark icons.

since Includes in the resulting feed all bookmarks updated after a specified date. Specify the date using a date-time value that conforms to RFC3339. Use an upper case "T" to separate the date and time, and an uppercase "Z" in the absence of a numeric time zone offset. For example: 2009-01-04T20:32:31.171Z.
sort Specifies how the results should be sorted. Options are:

    date

    Bookmark entries are sorted by the date they were created. This value is the default value.

    popularity

    Bookmarks are sorted by popularity.

sortOrder Specifies the order the results should be sorted in. Options are:

    asc

    Bookmarks are sorted in ascending order (oldest to newest, or least to most popular).

    desc

    Bookmarks are sorted in descending order (newest to oldest, or most to least popular). This value is the default value.

tag Returns bookmarks with the specified tag. You can search for multiple tags; separate the tags with a space or comma. If you use a space, URL-encode the space using %20. Only bookmarks with all of the tags that you specify are returned.
url A well-formed Web address. Returns bookmarks for the given Web address. When you use this parameter, all other search parameters are ignored.
userid Unique ID that represents a specific person.

 

Example

To search for all bookmarks that are tagged with candy, send the following HTTP request:

The HTTP response would look as follows:

The following content is returned by the server:

 

Example

To search for all bookmarks created by the user with the user ID 9bf4efz0-8j0y-1028-8b5a-xc07163b51b2, send the following HTTP request:

The following content is returned by the server:


Get Bookmarks feeds


+

Search Tips   |   Advanced Search