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
}

언어 변경

피드백

보내는 중…

피드백이 발송되었습니다.

피드백을 발송할 수 없습니다. 5초 후에 다시 시도하십시오.