- 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
ExportGEDCOMStatus
A handle to an existing request to export a GEDCOM file of a family tree as represented in the Family Graph API.
The ExportGEDCOM request returns a handle to a request to export a tree into a GEDCOM file. Use this handle to check the status of the request. For example: https://familygraph.myheritage.com/exportgedcomstatus-421364
The ExportGEDCOMStatus operation is available only to applications that were granted the "ExportGedcom" scope.
Fields
The ExportGEDCOMStatus
object contains the following fields:
Name | Description | Type | Access Mode |
id |
The handle of the request |
id |
read |
status |
The status of the request
|
string |
read |
url |
The url to the GEDCOM file, once the request completes successfully |
string |
read |
created_time |
The creation time of the request |
string (YYYY-MM-DD HH:MM:SS) |
read |
class_name |
The object class name |
string |
read |