CET
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/trees/{tid} |
|
Production: | https://api.familysearch.org/platform/trees/{tid} |
Beta: | https://apibeta.familysearch.org/platform/trees/{tid} |
Integration (Integration): | https://api-integ.familysearch.org/platform/trees/{tid} |
Description
The Tree resource provides the interface to read, update, and delete a CET. A CET is represented as a GedcomX FamilySearch extension Tree.
Operations
GET - Read a CET. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
|||||||||
POST - Update a CET tree. 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 CET. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
Example Requests
Update CET | How to update a CET. |