photo_album

Returns information about a photo.

Usage

https://www.geni.com/api/photo_album-1

Parameters

Name Type Description Required
fields Array of Strings You can pass a list of fields you want returned in your call. For example, to get just the title of a photo: https://www.geni.com/api/photo-21557506?fields=title. false
ids Array of Strings You can select a group of photos on specific urls. For example: https://www.geni.com/api/photo?ids=101,31534,145 returns photo data for all three ids. false

Returned Fields

Name Type Description
cover_photo PhotoImageSizeMap All sizes of the photo album's cover photo
description String The photo album's description
id String The photo album's node id
name String The photo album's name
photos_count Number The number of photos in the photo album
url String URL to access the photo album
Note: Blank fields will not be returned to save bandwidth.

rails-1a-002