Group (XML)
| Namespace: | http://familysearch.org/v1/ |
| URI: | http://familysearch.org/v1/Group |
Properties
| Name |
Type |
Description |
|
| codeOfConduct |
string
|
Get the group code of conduct. |
|
| description |
string
|
Get the group description. |
|
| id |
string
|
Get the group id. |
|
| members |
list of
GroupMember
|
Get the members of the group. |
|
| name |
string
|
Get the group name. |
|
| treeIds |
list of
string
|
Get the ids of the trees associated with the group. |
|
Example
<group xmlns="http://familysearch.org/v1/">
<codeOfConduct>...</codeOfConduct>
<description>...</description>
<id>...</id>
<members>
<cisId>...</cisId>
<contactName>...</contactName>
<groupId>...</groupId>
<status>...</status>
</members>
<name>...</name>
<treeIds>...</treeIds>
</group>