GET myeo-groups/details?ClientId={ClientId}&GroupId={GroupId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | string |
Required |
|
| GroupId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | globally unique identifier |
None. |
|
| GroupName | string |
None. |
|
| GroupType | string |
None. |
|
| GroupChapters | Collection of MyEOGroupChaptersResult |
None. |
|
| GroupTags | Collection of MyEOGroupTagsResult |
None. |
|
| GroupApprovalStatus | string |
None. |
|
| GroupChampionFirstName | string |
None. |
|
| GroupChampionLastName | string |
None. |
|
| GroupChampionUserId | string |
None. |
|
| GroupStatus | string |
None. |
|
| GroupImage | string |
None. |
|
| GroupMeetingMethod | string |
None. |
|
| GroupMeetingType | string |
None. |
|
| GroupShortDescription | string |
None. |
|
| GroupLongDescription | string |
None. |
|
| GroupRequirement | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GroupId": "ee692f5d-63d2-4116-9e85-ebbfaa7ab19b",
"GroupName": "sample string 2",
"GroupType": "sample string 3",
"GroupChapters": [
{
"ChapterId": "sample string 1",
"Chapter": "sample string 2"
},
{
"ChapterId": "sample string 1",
"Chapter": "sample string 2"
}
],
"GroupTags": [
{
"Description": "sample string 1"
},
{
"Description": "sample string 1"
}
],
"GroupApprovalStatus": "sample string 4",
"GroupChampionFirstName": "sample string 5",
"GroupChampionLastName": "sample string 6",
"GroupChampionUserId": "sample string 7",
"GroupStatus": "sample string 8",
"GroupImage": "sample string 9",
"GroupMeetingMethod": "sample string 10",
"GroupMeetingType": "sample string 11",
"GroupShortDescription": "sample string 12",
"GroupLongDescription": "sample string 13",
"GroupRequirement": "sample string 14"
}
application/xml, text/xml
Sample:
<MyEOGroupDetailResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<GroupId>ee692f5d-63d2-4116-9e85-ebbfaa7ab19b</GroupId>
<GroupName>sample string 2</GroupName>
<GroupType>sample string 3</GroupType>
<GroupChapters>
<MyEOGroupChaptersResult>
<ChapterId>sample string 1</ChapterId>
<Chapter>sample string 2</Chapter>
</MyEOGroupChaptersResult>
<MyEOGroupChaptersResult>
<ChapterId>sample string 1</ChapterId>
<Chapter>sample string 2</Chapter>
</MyEOGroupChaptersResult>
</GroupChapters>
<GroupTags>
<MyEOGroupTagsResult>
<Description>sample string 1</Description>
</MyEOGroupTagsResult>
<MyEOGroupTagsResult>
<Description>sample string 1</Description>
</MyEOGroupTagsResult>
</GroupTags>
<GroupApprovalStatus>sample string 4</GroupApprovalStatus>
<GroupChampionFirstName>sample string 5</GroupChampionFirstName>
<GroupChampionLastName>sample string 6</GroupChampionLastName>
<GroupChampionUserId>sample string 7</GroupChampionUserId>
<GroupStatus>sample string 8</GroupStatus>
<GroupImage>sample string 9</GroupImage>
<GroupMeetingMethod>sample string 10</GroupMeetingMethod>
<GroupMeetingType>sample string 11</GroupMeetingType>
<GroupShortDescription>sample string 12</GroupShortDescription>
<GroupLongDescription>sample string 13</GroupLongDescription>
<GroupRequirement>sample string 14</GroupRequirement>
</MyEOGroupDetailResult>