API Guide v2.0

Get Bookmark

Version 1 | Version 2

HTTP Method & URL
GET <base-url>?Type=Bookmark&Version=2&BookmarkId=<id>& UserId=<userid>
Parameters

Type <required> Type of the request resource
Version <required> API version#
BookmarkId <required> ID of the bookmark
UserId <optional>
Description
Get bookmark information
Example Response
<?xml version="1.0" encoding="UTF-8"?>
<Response>
  <TimeStamp> 2008-03-25 05:29:30 GMT </TimeStamp>
  <APIVersion> 2.0 </APIVersion>
<Bookmark> <Title> CNN.com - Breaking News, U.S., World, Weather, Entertainment _ Video News </Title> <URL> http://www.cnn.com/ </URL> <Description> This is the best news site that i use </Description> <SaveCount> -1 </SaveCount> <Id> 204 </Id> <Tags> <Tag> <Keyword> news </Keyword> <Id> 34 </Id> <Weight>0</Weight> </Tag> </Tags> <UserName> Joe Doe </UserName> <CreatedOn> 6 days ago </CreatedOn> <Community> <Name> News Community </Come> <Id> 333 </Id> <Type> group_open </Type> </Community> <CommentCount> 2 </CommentCount> </Bookmark> </Response>
Returns
HTTP Status Code: 200 (success) or 400 (bad request)
Notes:
  • Type values, as in <Community><Type>value</Type></Community>
    • private : User's private community
    • company : Public (shared with all)
    • group_restricted : Restricted Group
    • group_open : Open Group

back to top

©2008 Connectbeam, Inc.