Preferred Parent Relationship
Path
/platform/tree/users/{uid}/preferred-parent-relationships/{pid} |
|
Production: | https://api.familysearch.org/platform/tree/users/{uid}/preferred-parent-relationships/{pid} |
Beta: | https://apibeta.familysearch.org/platform/tree/users/{uid}/preferred-parent-relationships/{pid} |
Integration (Integration): | https://api-integ.familysearch.org/platform/tree/users/{uid}/preferred-parent-relationships/{pid} |
Description
The Preferred Parent Relationship resource is used to read and to update a user's preferred relationship to a parent for a tree person.
Operations
GET - Read the preferred parent relationship for the given user and tree person. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
||||||||||||
PUT - Set the preferred parent relationship for the given user and tree person. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
||||||||||||
DELETE - Delete the preferred parent relationship for the given user and tree person. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
Example Requests
Delete Preferred Parent Relationship | How to delete a user's preferred parent relationship for a person. |
Read Preferred Parent Relationship | How to read a user's preferred parent relationship for a person. |
Update Preferred Parent Relationship | How to set a user's preferred parent relationship for a person. |