Phanfare Support Site
Navigation

GetAlbum

From Doc

Returns all of the contents of an album

  • album_type returns 'dated' or 'timeless'
  • Every album has at least one section
  • If the album is private, no groups will be returned

Parameters

api_key (required)

The api key for your application

target_uid (required)

The ID of the Phanfare user

album_id (required)

The ID of the album to obtain information on

Sample Response

<rsp stat="ok">
  <album album_id="" album_type="" album_name="" album_descr="" album_start_date="" album_end_date="" album_creation_date="" album_last_modified="">
    <sections num_sections="">
      <section album_id="" section_id="" section_name="" section_descr="" />
    </sections>
    <groups num_groups="">
      <group group_id="" />
    </groups>
  </album>
</rsp>
© 2008 Phanfare, Inc.