profile/photos

Returns a list of photos tagged with a profile.

Usage

https://www.geni.com/api/profile-122248213/photos

Parameters

Name Type Description Required
page Number Page number of results to return. Default 1. false
per_page Number Number of results per page. Max 50 (default 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 List of photos tagged with a profile
Note: Blank fields will not be returned to save bandwidth.

rails-1a-002