- 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
- 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
ExportGEDCOM
A request to export a GEDCOM file of a family tree as represented in the Family Graph API.
ExportGEDCOM is an operation that can be requested to export a family tree into a GEDCOM file. Make this request by adding exportgedcom to the URL of your family tree. For example: https://familygraph.myheritage.com/tree-144530322-1/exportgedcom. Calling this operation creates a request and returns data that includes a handle to this request. After the request is created, call ExportGEDCOMStatus API to check the status of this request.
The ExportGEDCOM operation is available only to applications that were granted the "ExportGedcom" scope.
Fields
The ExportGEDCOM
object contains the following fields:
Name | Description | Type | Access Mode |
handle |
The handle of the request. Pass this handle to the ExportGEDCOMStatus API in order to check the status of the request |
id |
read |
site |
The family site of the tree |
Site object: id and name fields |
read |
tree |
The tree that is exported by this request |
Tree object: id and name fields |
read |
class_name |
The object class name |
string |
read |