API Guide v2.0

Get Group Tags

HTTP Method & URL
GET <base-url>?Type=CommunityTags&Version=1&CommunityId=<id>&UserId=<UserID>
Parameters
Type <Required> Type of the request resource
Version <Required> API version# (e.g., Version=1)
CommunityId <Required> ID of the group for the tags you want to retrieve.
UserId <Optional> UserID of the user who is requesting the tags.
Description
Returns the list of all tags contained in a given group.
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:
  • Similar response as from the Get User's Tags API.
  • The weight of the tags is always 1 in this result.

back to top

©2008 Connectbeam, Inc.