Person Not A Match List
Path
/platform/tree/persons/{pid}/not-a-match |
|
Production: | https://api.familysearch.org/platform/tree/persons/{pid}/not-a-match |
Beta: | https://apibeta.familysearch.org/platform/tree/persons/{pid}/not-a-match |
Integration (Integration): | https://api-integ.familysearch.org/platform/tree/persons/{pid}/not-a-match |
Description
The Person Not A Match resource is the list of person(s) declared as not a match for a specified person.
Operations
GET - Get a list of not-a-match declarations associated with the person (as GedcomX); in other words, get a list of ids of other Persons who should not be merged with the indicated person, along with the associated reasons. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
||||||||||||
DELETE - Delete a not-a-match declaration. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
||||||||||||
POST - Add or edit a not-a-match declaration, indicating that the two referenced persons are separate and distinct individuals and should not be merged together. This operation will fail if there already exists a not-a-match declaration for the person(s). A reason string can be provided indicating why the user believes the two persons to be distinct individuals. The reason is sent as an 'X-Reason' value in the HTTP Headers on the request. This reason can have a maximum length of 4000 characters, and if the reason supplied is more than 4000 characters, the request will fail as an invalid request. Produces - Specify a returned data format using the
Accept
header.
Consumes - Specify the incoming data format using the
Content-Type header.
Parameters
Status Codes
|
Example Requests
Delete Person Not-a-Match Declarations | How to delete person-not-a-match declarations for specific persons. |
Read Person Not-A-Match Declarations | How to read the persons that have been designated as not a match for a specific person. |
Update Person Not-a-Match Declarations | How to designate persons as not a match for a specific person. |