Person
Path
/platform/tree/persons/{pid} |
|
Production: | https://api.familysearch.org/platform/tree/persons/{pid} |
Beta: | https://apibeta.familysearch.org/platform/tree/persons/{pid} |
Integration (Integration): | https://api-integ.familysearch.org/platform/tree/persons/{pid} |
Description
The Person resource provides the interface to read, update, and delete a person, including the names, gender, and facts of the person.
Operations
HEAD - Read the headers for a person. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
|||||||||||||||
GET - Read a person. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
|||||||||||||||
POST - Update 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
|
|||||||||||||||
DELETE - Delete a person. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
Example Requests
Create Discussion Reference | How to attach a discussion to a person. |
Create Note | How to create a note on a person. |
Create Person | How to create a person. |
Create Person Conclusion | How to create a conclusion. |
Create Person Life Sketch | How to create a life sketch for a person. |
Create Person Source Reference | How to create a source reference on a person. |
Delete Discussion Reference | How to delete a discussion resource. |
Delete Person | How to delete a person. |
Delete Person Conclusion | How to delete a conclusion resource. |
Delete Person Source Reference | How to delete a source reference. |
Delete Person With Preconditions | How to do a conditional delete of a person. |
Head Person | How to read the headers for a person. |
Read Children of a Person | How to read the list of children of a person. |
Read Deleted Person | Example illustrating what happens during a read of person that has been deleted. |
Read Merged Person | Example illustrating what happens during a read of a person that has been merged. |
Read Not Found Person | Example illustrating what happens during a read of a person that doesn't exist. |
Read Not Modified Person | How to conditionally read a person that hasn't been modified. |
Read Notes | How to read the list of notes on a person. |
Read Parents of a Person | How to read the list of parents of a person, including any couple relationships of the parents. |
Read Person | How to read a person. |
Read Person Sources | How to query for the list of sources on a person. |
Read Spouses of a Person | How to read the spouses of a person. |
Read Spouses of a Person but no Relationship | How to read the spouses of a person but no Relationship is returned. |
Restore Person | How to un-delete or restore a person resource that has been deleted. |
Update Person Conclusion | How to update a conclusion resource. |
Update Person Custom Non-Event Fact | How to update a custom fact that is designated as "not an event" in the Family Tree. |
Update Person Life Sketch | How to create a life sketch for a person. |
Update Person Source Reference | How to update a source reference on a person. |
Update Person With Preconditions | How to do a conditional update of a person. |