Tree (JSON)

URI:Tree

Properties

Name Type Description
id string Get the tree id.
groupIds array of string Get the ids of the groups this tree belongs to.
name string Get the tree name.
description string Get the tree description.
startingPersonId string Get the tree starting person id.
hidden boolean Get the hidden state of the tree.
private boolean Get the private state of the tree.
collectionId string Get the id of the collection the tree belongs to.
ownerAccess ThirdPartyAccess Get the owner third party access state of the tree.
groupAccess ThirdPartyAccess Get the group third party access state of the tree.

Example

{
  "id" : "...",
  "groupIds" : [ "...", "..." ],
  "name" : "...",
  "description" : "...",
  "startingPersonId" : "...",
  "hidden" : true,
  "private" : true,
  "collectionId" : "...",
  "ownerAccess" : "http://familysearch.org/v1/AnyApps",
  "groupAccess" : null
}

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.