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": 2,
"link": "https:\/\/www.myheritage.com\/FP\/record-matches.php?action=showAdHocRecordMatchesResultsList&mrid=7e10f77f89bd1729fa2c2c72d72d4217",
"request_id": "7e10f77f89bd1729fa2c2c72d72d4217",
"record_matches": {
"pending": 2,
"confirmed": 0,
"rejected": 0,
"class_name": "MatchesCount"
},
"smart_matches": {
"pending": 0,
"confirmed": 0,
"rejected": 0,
"class_name": "MatchesCount"
},
"aggregate_value_add": {
"smart_matches": {
"score": 0,
"class_name": "ValueAddElement"
},
"record_matches": {
"score": 10,
"class_name": "ValueAddElement"
},
"all": {
"score": 0,
"class_name": "ValueAddElement"
},
"class_name": "AggregateValueAdd"
},
"class_name": "MatchingRequest"
}