API Guide v2.0

Get Group

HTTP Method & URL
GET <base-url>?Type=Community&Version=1&CommunityId=<communityId>
Parameters
Type <required> Type of the request resource
Version <required> API version#
CommunityId <required> ID# of the group
Description
Get group information
Example Response
<?xml version="1.0" encoding="UTF-8"?>
<Response>
  <TimeStamp> 2008-03-25 05:29:30 GMT </TimeStamp>
  <APIVersion> 1.0 </APIVersion>
  <Community>
    <Name> News Community </Name>
    <Id>333 </Id>
    <Type> group_open </Type>
    <Description> Community for the Current World News </Description>
    <BookmarkCount> 7 </BookmarkCount>
    <UserCount> 7 </UserCount>
    <CreatedBy> Scott Tiger </CreatedBy>
    <CreatedOn> 2008-03-25 </CreatedOn>
  </Community>
</Response>
Returns
HTTP Status Code: 200 (success) or 400 (failure)

back to top

©2008 Connectbeam, Inc.