API Guide v2.0

Bookmark Search Related Tags

HTTP Method & URL
GET <base-url>?Type=BookmarkSearchTagss&Keyword=<searchstring>&
  Version=1&UserId=<userid>
Parameters
Type <required> Type of the request resource
Version <required> API version#
Keyword <required> Search String
UserId <optional > If the userid is given, the results will also include the search of user's personal bookmarks. This returns the same results as if the user is logged-in and searched.
Description
Returns the list of all tags for the bookmarks matching the given search string.
Example Response
<?xml version="1.0" encoding="UTF-8"?>
<Response>
  <TimeStamp> 2008-03-25 05:29:30 GMT </TimeStamp>
  <APIVersion> 1.0 </APIVersion>
  <CurrentPage> 1 </CurrentPage>
  <TotalPages> 1 </TotalPages>
  <PageSize> 500 </PageSize>
  <Tags>
    <Tag>
      <Keyword> news </Keyword>
      <Id> 34 </Id>
      <Weight> 1 </Weight>
    </Tag>
    <Tag>
      <Keyword> sports </Keyword>
      <Id> 33 </Id>
      <Weight> 1 </Weight>
    </Tag> 
  </Tags> 
</Response>
Notes:

back to top

©2008 Connectbeam, Inc.