Persons
Path
/platform/tree/persons |
|
Production: | https://api.familysearch.org/platform/tree/persons |
Beta: | https://apibeta.familysearch.org/platform/tree/persons |
Integration (Integration): | https://api-integ.familysearch.org/platform/tree/persons |
Description
The Persons resource provides the interface to create a person (including the name, gender and facts of the person) and get a list of persons.
Operations
POST - Create a 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
|
|||||||||
GET - Read a list of persons. Invalid ids will be returned in Warning headers. The maximum number of persons that can be read is 200. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
Example Requests
Create Person | How to create a person. |
Read Persons | How to read multiple persons. |