API Guide v2.0

Get Bookmark

Version 1 | Version 2

HTTP Method & URL
GET <base-url>?Type=Bookmark&Version=1&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> 1.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> <CommunityName> News Community </CommunityName> <CommunityId> 333 </CommunityId> <CommentCount> 2 </CommentCount> </Bookmark> </Response>
Returns
HTTP Status Code: 200 (success) or 400 (bad request)

back to top

©2008 Connectbeam, Inc.