Genealogies Persons
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}/persons |
|
Production: | https://api.familysearch.org/platform/genealogies/trees/{tid}/persons |
Beta: | https://apibeta.familysearch.org/platform/genealogies/trees/{tid}/persons |
Integration (Integration): | https://api-integ.familysearch.org/platform/genealogies/trees/{tid}/persons |
Description
The Persons resource provides the interface to create a person, including the name, gender or facts of the person.
Operations
GET - Read the list of persons. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
||||||||||||
POST - Create a person. A local, context-specific id must be supplied on the person. Produces - Specify a returned data format using the
Accept
header.
Consumes - Specify the incoming data format using the
Content-Type header.
Parameters
Status Codes
|
Example Requests
Create Genealogies Person | How to create a person. |
Read Page of the Genealogies Persons in a Tree | How to read a page of persons in tree. |