Relationship Finder
Path
/platform/tree/persons/{pid}/relationships/{opid} |
|
Production: | https://api.familysearch.org/platform/tree/persons/{pid}/relationships/{opid} |
Beta: | https://apibeta.familysearch.org/platform/tree/persons/{pid}/relationships/{opid} |
Integration (Integration): | https://api-integ.familysearch.org/platform/tree/persons/{pid}/relationships/{opid} |
Description
The Relationship Finder resource is used to to find how two persons in the tree are related. For finding how the currently logged in user is related to a person in the tree, pass in "CURRENT" for the first person Id. The later option requires an authenticated session.
Operations
GET - Return a list of persons which show how {pid} is related to a {opid}.
To determine which of the persons returned is the common ancestor the <fs:displatProperties> element will
contain a "role" field that contains "commonAncestor" as a value.
Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
Example Requests
We haven't created any example requests yet.