API Guide v2.0

Get Bookmark Comments

HTTP Method & URL
GET <base-url>?Type=BookmarkComments&BookmarkId=<id>&Version=1&
  Page=<page#>&UserId=<userid>
Parameters
Type <Required> Type of the request resource
Version <Required> API version#
BookmarkId <Required> Id of the bookmark whose comments you want to retrieve.
UserId Userid of the user who is requesting the bookmark comments.
Page: <optional> Page# (starts with 1) of the results. Defaults to 1st page.
Description
Returns the list of all comments for a given bookmark.
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> 3 </TotalPages> <PageSize> 10 </PageSize> <Comments> <Comment> <Id> 2 </Id> <Description> Wow! This information is great. </Description> <User> <UserName> Joe Doe </UserName> <Id> 4 </Id> <Email> jdoe@mycompany.com </Email> </User> <CreatedOn> 7 days ago </CreatedOn> </Comment> </Comments> </Response>
Notes:
  • User: The user who created/posted that comment.
  • CreatedOn: Specifies how long ago that comment was posted/created.

back to top

©2008 Connectbeam, Inc.