- Family Graph API
- Objects
- AggregateValueAdd
- Album
- Audio
- BuyNowData
- ChildInFamily
- Citation
- ColorizationData
- Comment
- Config
- ConfirmationStatus
- Counter
- Device
- DiscoveryBase
- DnaAncestorName
- DnaEnums
- DnaEthnicity
- DnaEthnicityReport
- DnaKit
- DnaKitFile
- DnaMatch
- DnaMatchCommonAncestor
- DnaMatchNote
- DnaMatchRelationship
- DnaOrderItemShippingDetails
- Document
- Enums
- EthnicityInLocation
- Event
- EventDate
- EventPlace
- ExportGEDCOM
- ExportGEDCOMStatus
- Family
- FamilyEvent
- GenealogyEvent
- GoalActivity
- Image
- Individual
- Installation
- Invitation
- MatchesCount
- MatchingRequest
- MediaItem
- Membership
- Navigation
- NavigationItem
- NavigationItemBadge
- NewPhotoInfo
- Note
- Notification
- NotificationHistory
- OrderItemCoupon
- OrderItemShippingDetails
- Page
- PersonalPhotosDiscovery
- Phones
- Photo
- PhotoVersion
- Range
- RecordColorizationData
- RecordIndividual
- RecordMatchesCount
- Relationship
- ResiEvent
- ShippingOption
- SingleDate
- Site
- SmartMatch
- Source
- StructuredDate
- StructuredPlace
- SubTree
- SuggestedRelative
- System
- Tag
- ThreadsCount
- Tree
- TreeItem
- User
- UserMenu
- ValueAddData
- ValueAddElement
- ValueAddFactor
- Video
- WorldEthnicities
- SDKs
- PHP SDK
- iOS SDK
- Android SDK
RecordMatchesCount
A RecordMatch count for a given individual.
Fields
The RecordMatchesCount
object contains the following fields:
Name | Description | Type | Access Mode |
individual |
The individual in the tree with the record matches |
Individual object: id and name fields |
read |
count |
The total record matches for this individual |
int |
read |
link |
A link to the record matches in MyHeritage |
string |
read |
class_name |
The object class name |
string |
read |
Example
https://familygraph.myheritage.com/tree-144530322-1/recordmatches_counts?offset=0&limit=4 (open in browser){
"count": 111,
"paging": {
"next": "tree-144530322-1\/recordmatches_counts?offset=4&limit=4&lang=EN"
},
"latest_marker": 1611475390,
"filter": "cl0",
"recordmatch_timestamp": 1611222945,
"data": [
{
"individual": {
"id": "individual-144530322-1000001",
"name": "John Fitzgerald Kennedy"
},
"count": 154,
"link": "https:\/\/www.myheritage.com\/FP\/record-matches.php?s=144530322&action=showRecordMatchesResultsList&groupBy=people&indId=1000001&source=rmapi&forcelogin=&ck=1611475390",
"class_name": "RecordMatchesCount"
},
{
"individual": {
"id": "individual-144530322-1000003",
"name": "Caroline Bouvier Schlossberg (born Kennedy)"
},
"count": 117,
"link": "https:\/\/www.myheritage.com\/FP\/record-matches.php?s=144530322&action=showRecordMatchesResultsList&groupBy=people&indId=1000003&source=rmapi&forcelogin=&ck=1611475390",
"class_name": "RecordMatchesCount"
},
{
"individual": {
"id": "individual-144530322-1000092",
"name": "Edwin Arthur Schlossberg"
},
"count": 111,
"link": "https:\/\/www.myheritage.com\/FP\/record-matches.php?s=144530322&action=showRecordMatchesResultsList&groupBy=people&indId=1000092&source=rmapi&forcelogin=&ck=1611475390",
"class_name": "RecordMatchesCount"
},
{
"individual": {
"id": "individual-144530322-1000097",
"name": "Janet Bouvier (born Lee)"
},
"count": 73,
"link": "https:\/\/www.myheritage.com\/FP\/record-matches.php?s=144530322&action=showRecordMatchesResultsList&groupBy=people&indId=1000097&source=rmapi&forcelogin=&ck=1611475390",
"class_name": "RecordMatchesCount"
}
],
"class_name": "PageableRecordMatchCount"
}