Genealogies Tree
Prototype: This resource is currently in a prototype development state. It may or may not be operational and the
interface may change prior to release. Feedback is welcome.
Path
/platform/genealogies/trees/{tid} |
|
Production: | https://api.familysearch.org/platform/genealogies/trees/{tid} |
Beta: | https://apibeta.familysearch.org/platform/genealogies/trees/{tid} |
Integration (Integration): | https://api-integ.familysearch.org/platform/genealogies/trees/{tid} |
Operations
GET - Read a tree. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
||||||||||||
POST - Update a tree with persons and/or relationships. Produces - Specify a returned data format using the
Accept
header.
Consumes - Specify the incoming data format using the
Content-Type header.
Parameters
Status Codes
|
||||||||||||
DELETE - Delete a tree. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
Example Requests
Delete Genealogies Tree | How to delete a genealogies tree. |
Read Genealogies Tree | How to read a tree. |
Update Genealogies Tree | How to update a genealogies tree with new persons and relationships. |