This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities. |
15 documents found.
| REST End-point | GET /api/groups.ashx/globalgroups |
| Client API Method | GroupsService.GetGlobalGroup |
| Request Body |
Returns an array of GlobalGroupEN objects.
| REST End-point | GET /api/groups.ashx/globalgroups/{groupId} |
| Client API Method | GroupsService.GetGlobalGroup |
| Request Body |
Returns GlobalGroupEN based upon provided Group Id.
| REST End-point | POST /api/groups.ashx/globalgroups/{groupId} |
| Client API Method | GroupsService.CreateGlobalGroup |
| Request Body | GlobalGroupEN |
Creates new Global Group based upon provided GlobalGroupEN object.
Returns a GlobalGroupEN object that will contain new Group Id.
| REST End-point | PUT /api/groups.ashx/globalgroups/{groupId} |
| Client API Method | GroupsService.UpdateGlobalGroup |
| Request Body | GlobalGroupEN |
Updates an existing GlobalGroupEN object.
Returns the updated GlobalGroupEN object.
| REST End-point | DELETE /api/groups.ashx/globalgroups/{groupId} |
| Client API Method | GroupsService.DeleteGlobalGroup |
| Request Body |
Deletes an existing GlobalGroupEN object.
| REST End-point | POST /api/groups.ashx/globalgroups/{groupId}/users/{userId}/membership |
| Client API Method | GroupsService.AddGlobalGroupMembership |
| Request Body |
Adds specified User to the specified Global Group.
Returns a GlobalGroupMembershipEN object that will contain new Group Membership Id.
| REST End-point | DELETE /api/groups.ashx/globalgroups/{groupId}/users/{userId}/membership |
| Client API Method | GroupsService.RemoveGlobalGroupMembership |
| Request Body |
Removes Global Group membership for the specified User.
| REST End-point | GET /api/groups.ashx/globalgroups/{groupId}/members |
| Client API Method | GroupsService.GetGlobalGroupMembers |
| Request Body |
Returns an array of UserEN objects representing the Users that are part of the specified Global Group.
| REST End-point | GET /api/groups.ashx/globalgroups/{groupId}/nonmembers |
| Client API Method | GroupsService.GetGlobalGroupNonMembers |
| Request Body |
Returns an array of UserEN objects representing the Users that are NOT part of the specified Global Group.
| REST End-point | GET /api/groups.ashx/projectgroups |
| Client API Method | GroupsService.GetProjectGroup |
| Request Body |
Returns an array of ProjectGroupEN objects.
| REST End-point | GET /api/groups.ashx/projectgroups/{groupId} |
| Client API Method | GroupsService.GetProjectGroup |
| Request Body |
Returns ProjectGroupEN based upon provided Group Id.
| REST End-point | POST /api/groups.ashx/projectgroups/{groupId} |
| Client API Method | GroupsService.CreateProjectGroup |
| Request Body | ProjectGroupEN |
Creates new Project Group based upon provided ProjectGroupEN object.
Returns a ProjectGroupEN object that will contain new Group Id.
| REST End-point | PUT /api/groups.ashx/projectgroups/{groupId} |
| Client API Method | GroupsService.UpdateProjectGroup |
| Request Body | ProjectGroupEN |
Updates an existing ProjectGroupEN object.
Returns the updated ProjectGroupEN object.
| REST End-point | DELETE /api/groups.ashx/projectgroups/{groupId} |
| Client API Method | GroupsService.DeleteProjectGroup |
| Request Body |
Deletes an existing ProjectGroupEN object.
| REST End-point | POST /api/groups.ashx/projectgroups/{groupId}/projects/{projectId}/users/{userId}/membership |
| Client API Method | GroupsService.AddProjectGroupMembership |
| Request Body |
Adds specified user to the specified Project Group for the specified Project.
Returns ProjectGroupMembershipEN object that will contain new Group Membership Id.
| REST End-point | DELETE /api/groups.ashx/projectgroups/{groupId}/projects/{projectId}/users/{userId}/membership |
| Client API Method | GroupsService.RemoveProjectGroupMembership |
| Request Body |
Removes Project Group membership for the specified User, for the specified Project.
| REST End-point | GET /api/groups.ashx/projectgroups/{groupId}/projects/{projectId}/members |
| Client API Method | GroupsService.GetProjectGroupMembers |
| Request Body |
Returns an array of UserEN objects representing the Users that are part of the specified Project Group for the specified Project.
| REST End-point | GET /api/groups.ashx/projectgroups/{groupId}/projects/{projectId}/nonmembers |
| Client API Method | GroupsService.GetProjectGroupNonMembers |
| Request Body |
Returns an array of UserEN objects representing the Users that are NOT part of the specified Project Group for the specified Project.