v1

latestOpenAPI 3.0.1Apache 2.02026-07-2420454370.2 KB
Persons

Read Person

Retrieve a single Person by the personId including the names, gender, and facts of the person.

get/tree/persons/{pid}

Path parameters

pidstring required

The id of the person to retrieve. Can be a person from the main FamilySearch tree or from a user tree. To find an example person ID, see <a href="/reference/searchtreepersons" target="_blank">Search Tree Persons</a>.

Query parameters

relativesboolean

True if related persons (all parents, all children, all spouses) should be included in the response; false otherwise.

sourceDescriptionsboolean

True if the call will attempt to include source descriptions; false otherwise.

failOnErrorboolean

True if call is to fail on sources read error; false otherwise (will return person without failed sources).

Headers

Accept'application/x-fs-v1+json' | 'application/x-gedcomx-v1+json' | 'application/json' | 'application/x-fs-v1+xml' | 'application/x-gedcomx-v1+xml' | 'application/xml' required

Specifies the media type(s) that the client is willing to accept in the response.

Response

The read was successful. See <a href="https://developers.familysearch.org/main/docs/json-schema#person" target="_blank">Person Schema (JSON)</a>