Phanfare Support Site
Navigation

GetSiteAlbums

From Doc

Returns all of the albums that are published to the specified site.

Table of contents

GetSiteAlbums

Parameters

api_key (required)

The api key for your application

session_cookie (required)

Your current session cookie

site_id (required)

The site_id to publish the album to

site_owner (required)

The owner of that site_id

year (optional)

Filter result to albums only in this year

Sample Response

<rsp stat="ok">
  <albums num_albums="">
    <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="" >
        </section>
      </sections>
    </album>
  </albums>
</rsp>

Additional Notes

This is a Phanfare 3.0 call

© 2008 Phanfare, Inc.