Tree (XML)
Namespace: | http://familysearch.org/v1/ |
URI: | http://familysearch.org/v1/Tree |
Properties
Name |
Type |
Description |
|
collectionId |
string
|
Get the id of the collection the tree belongs to. |
|
description |
string
|
Get the tree description. |
|
groupAccess |
thirdPartyAccess
|
Get the group third party access state of the tree. |
|
groupIds |
list of
string
|
Get the ids of the groups this tree belongs to. |
|
hidden |
boolean
|
Get the hidden state of the tree. |
|
id |
string
|
Get the tree id. |
|
name |
string
|
Get the tree name. |
|
ownerAccess |
thirdPartyAccess
|
Get the owner third party access state of the tree. |
|
private |
boolean
|
Get the private state of the tree. |
|
startingPersonId |
string
|
Get the tree starting person id. |
|
Example
<tree xmlns="http://familysearch.org/v1/">
<collectionId>...</collectionId>
<description>...</description>
<groupAccess>...</groupAccess>
<groupIds>...</groupIds>
<hidden>...</hidden>
<id>...</id>
<name>...</name>
<ownerAccess>...</ownerAccess>
<private>...</private>
<startingPersonId>...</startingPersonId>
</tree>