photo_album/photos

Returns a list of photos from a photo album.

Usage

https://www.geni.com/api/photo_alubm-1/photos

Parameters

Name Type Description Required
count Boolean Only return the count false
page Number Page number of results to return. Default is 1. false
per_page Number Number of results per page. Max 50. Default is 50. false

Returned Fields

Name Type Description
next_page String Link to the next page of results (if any)
page Number Page number
prev_page String Link to the previous page of results (if any)
results Array of Photos Array of photos
Note: Blank fields will not be returned to save bandwidth.

rails-1a-002