- Family Graph API
- Objects
- AggregateValueAdd
- Album
- Audio
- BuyNowData
- ChildInFamily
- Citation
- ColorizationData
- Comment
- Config
- ConfirmationStatus
- Counter
- Device
- DiscoveryBase
- DnaAncestorName
- DnaEnums
- DnaEthnicity
- DnaEthnicityReport
- DnaKit
- DnaKitFile
- DnaLabel
- 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
- PhotoDateEstimationData
- PhotoDateEstimationDecade
- PhotoVersion
- Range
- RecordColorizationData
- RecordIndividual
- RecordMatchesCount
- Relationship
- ResiEvent
- ShippingOption
- SingleDate
- Site
- SmartMatch
- Source
- StructuredDate
- StructuredPlace
- SubTree
- SuggestedRelative
- System
- Tag
- ThreadsCount
- TimeMachineAIGeneratedPhoto
- TimeMachineAIJob
- TimeMachineAIModel
- Tree
- TreeItem
- User
- UserMenu
- ValueAddData
- ValueAddElement
- ValueAddFactor
- Video
- WorldEthnicities
- SDKs
- PHP SDK
- iOS SDK
- Android SDK
Membership
Fields
Name | Description | Type | Access Mode |
Examples
User membership
https://familygraph.myheritage.com/user-10/memberships (open in browser){
"data": [
{
"site": {
"id": "site-144530322",
"name": "Demo Family Site"
},
"user": {
"id": "user-10",
"name": "Developer MyHeritage"
},
"is_manager": true,
"last_visit_time": "2019-12-04T14:43:59+0000",
"visit_count": 257,
"individual": {
"id": "individual-144530322-1000028",
"name": "Joseph Patrick Kennedy II"
},
"class_name": "Membership"
}
],
"class_name": "Connection"
}
Site membership
https://familygraph.myheritage.com/site-144530322/memberships (open in browser){
"data": [
{
"site": {
"id": "site-144530322",
"name": "Demo Family Site"
},
"user": {
"id": "user-10",
"name": "Developer MyHeritage"
},
"is_manager": true,
"last_visit_time": "2019-12-04T14:43:59+0000",
"visit_count": 257,
"individual": {
"id": "individual-144530322-1000028",
"name": "Joseph Patrick Kennedy II"
},
"class_name": "Membership"
}
],
"class_name": "Connection"
}