Accepts a group identifier to obtain the title and the description of the group.
public Group profile_getGroup( String accessToken, long groupId, boolean includeAttachments );
The profile_getGroup operation obtains the title and the description of the group.
If you want to get information about the members of a group, use the profile_getGroupMembers operation.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier of the group about which you want information.
A Boolean value that indicates whether you want files that are attached to the group.
By default, you cannot attach files to a group. However, a site administrator can use the designers in the UI to customize a group to be able to include files.
A Group Java object containing information about all of the group members.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)