API Guide v2.0

Get All Tags

HTTP Method & URL
GET <base-url>?Type=AllTags&Version=1&UserId=<userid>
Parameters
Type: <Required> Type of the request resource
Version: <Required> API version# (e.g., Version=1)
UserId: <Required> ID of the user who is requesting the tags.
Description
This API retrieves the tags associated with the bookmarks saved into the Company and all open groups.
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.