- 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
PhotoVersion
A photos represented in the Family Graph API can have versions with different filters.
This object holds all metadata about photo version
Fields
The PhotoVersion
object contains the following fields:
Name | Description | Type | Access Mode |
id |
The photo version id |
string |
read |
action |
Available actions
|
string |
write |
preview |
True if the PhotoVersion contains preview related info, false for final PhotoVersion |
boolean |
read, write |
status |
Overall status
|
string |
read |
url |
Url to photo version with applied filters |
string |
read |
full_size_url |
Url to photo version with applied filters in full size |
string |
read |
side_by_side_url |
Url to photo version with applied filters |
string |
read |
shareable_url |
Shareable url of the photo |
string |
read |
facebook_api |
Shareable facebook url of the photo |
string |
read |
twitter_api |
Shareable twitter url of the photo |
string |
read |
whatsapp_api |
Shareable whatsapp url of the photo |
string |
read |
thumbnails |
List of different thumbnails of different sizes for the colorized version of the photo |
array of Image objects containing the url, width, height and class_name fields |
read |
class_name |
The object class name |
string |
read |