- 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
Invitation
Provides information about an invitation to a MyHeritage family site
Fields
The Invitation
object contains the following fields:
Name | Description | Type | Access Mode |
id |
The invitation's identifier |
string |
read |
channel |
The invitation's channel
|
string |
read, write |
platform |
The platform the invitation was sent from
|
string |
read, write |
contact_means |
The means to contact the invitee. |
string |
read, write |
site |
The family site the invitation is for |
Site object: id and name fields |
read |
inviter |
The user who sent the invitation |
User object: id and name fields |
read |
creation_time |
Date and time when the invitation was sent |
string (YYYY-MM-DD HH:MM:SS) |
read |
status |
The invitation's status
|
string |
read, write |
status_time |
Date and time when the status was updated |
string (YYYY-MM-DD HH:MM:SS) |
read |
invitee |
The user the invitation was sent to |
User object: id and name fields |
read, write |
invitee_individual |
The individual associated with the invitee |
Individual object: id and name fields |
read, write |
reinvite_count |
How many times the invitation was re-sent |
integer |
read |
visited |
Whether the invitee had arrived to the site |
boolean |
read |
source |
The invitation's source
|
string |
read, write |
class_name |
The object class name |
string |
read |