Fields
POST Body
Individual details in JSON format
Connections
The
MatchingRequest object contains the following connections:
Example
POST Body
{
"first_name": "John Fitzgerald",
"last_name": "Kennedy",
"is_alive": false,
"gender": "M",
"events": [
{
"event_type": "BIRT",
"date": "May 29 1917",
"place": "Brookline, Massachusetts"
},
{
"event_type": "DEAT",
"date": "Nov 22 1963",
"place": "Dallas, Texas"
}
],
"close_family": [
{
"first_name": "Joseph Patrick",
"last_name": "Kennedy",
"relationship_type": "father"
},
{
"first_name": "Rose",
"last_name": "Kennedy",
"married_surname": "Fitzgerald",
"relationship_type": "mother"
},
{
"first_name": "Robert Francis",
"last_name": "Kennedy",
"nickname": "Bobby",
"gender": "M",
"relationship_type": "sibling"
},
{
"first_name": "Jacqueline Lee",
"last_name": "Bouvier",
"married_surname": "Kennedy Onassis",
"gender": "F",
"relationship_type": "wife",
"events": [
{
"event_type": "BIRT",
"date": "July 28 1929"
},
{
"event_type": "DEAT",
"date": "May 19 1994"
}
],
"family_events": [
{
"event_type": "MARR",
"date": "Sep 12 1953",
"place": "Newport, Rhode Island"
}
]
}
]
}
https://familygraph.myheritage.com/matchingrequest-7e10f77f89bd1729fa2c2c72d72d4217?match_status=pending,confirmed,rejected&minimal_match_confidence=20
{
"count": 4,
"link": "https:\/\/www.myheritage.com\/FP\/record-matches.php?action=showAdHocRecordMatchesResultsList&mrid=7e10f77f89bd1729fa2c2c72d72d4217",
"request_id": "7e10f77f89bd1729fa2c2c72d72d4217",
"record_matches": {
"pending": 2,
"confirmed": 0,
"rejected": 0
},
"smart_matches": {
"pending": 2,
"confirmed": 0,
"rejected": 0
},
"aggregate_value_add": {
"smart_matches": {
"score": 30,
"factors": [
{
"name": "birthplace",
"modifier": "improves",
"group": "facts"
},
{
"name": "deathplace",
"modifier": "improves",
"group": "facts"
},
{
"name": "child",
"modifier": "adds",
"group": "relatives"
}
],
"factors_description": "more complete birth place, more complete death place and child(ren)"
},
"record_matches": {
"score": 10
},
"all": {
"score": 15,
"factors": [
{
"name": "birthplace",
"modifier": "improves",
"group": "facts"
},
{
"name": "deathplace",
"modifier": "improves",
"group": "facts"
},
{
"name": "child",
"modifier": "adds",
"group": "relatives"
}
],
"factors_description": "more complete birth place, more complete death place and child(ren)"
}
}
}