- 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
Note
An note of an individual, family, event or citation, as represented in the Family Graph API.
Individuals, families, events, family events, and citations in a family tree include notes in free text. Notes can be encoded in HTML.
Fields
The Note
object contains the following fields:
Name | Description | Type | Access Mode |
id |
The note's id |
id |
read |
text |
The note's text |
string |
read |
link |
Link to individual or family this note is referring to on MyHeritage.com |
string |
read |
data_language |
Language code for the text of the note (ISO-639-1 code) |
string |
read |
item |
The object (individual, family, event or family event) that is referencing the note |
TreeItem object: id field |
read |
tree |
The tree that the item of the note belongs to |
Tree object: id and name fields |
read |
site |
The site of the note's tree |
Site object: id and name fields |
read |
class_name |
The object class name |
string |
read |
Example
https://familygraph.myheritage.com/note-144530322-1-1 (open in browser){
"id": "note-144530322-1-1",
"text": "President of the US",
"link": "https:\/\/www.myheritage.com\/person-1000001_144530322_144530322\/john-fitzgerald-kennedy",
"data_language": "EN",
"item": {
"id": "individual-144530322-1000001",
"name": "John Fitzgerald Kennedy"
},
"tree": {
"id": "tree-144530322-1",
"name": "jfk"
},
"site": {
"id": "site-144530322",
"name": "Demo Family Site"
},
"class_name": "Note"
}