Call Us (888) 409-8606

api/user/albums (back) Picwing Photo Printing

Description
Returns a list of a user's albums, along with information on each album.
URL
http://picwing.com/api/user/albums.format
Format(s)
xml
HTTP Method(s)
GET
Requires Authentication
true
Parameters
[none]
Response Example
<?xml version="1.0" encoding="UTF-8" ?>
<user login="johndoe@mailinator.com" 
      email_address="johndoe@mailinator.com" 
      full_name="John Doe"> 
  <album id="123"
         album_title="Photos of Baby" 
         album_description="Photos of My Baby" 
         album_thumbnail="http://www.picwing.com/123/thumb.jpg"
         submission_email_address="Baby"
         printing_plan="11"
         printing_plan_name="4 Recipients+"
         shipments_per_month="2"
         recipients_allowed="4"
         prints_allowed="15"
         used_prints="12"
         ship_date="Nov 28">
  </album>
  <album id="124" 
         album_title="The Doe Family" 
         album_description="The Doe Family" 
         album_thumbnail="http://www.picwing.com/124/thumb.jpg"
         submission_email_address="DoeFamily"
         printing_plan="0"
         printing_plan_name="No Prints"
         shipments_per_month="0"
         recipients_allowed="0"
         prints_allowed="0"
         used_prints="0"
         ship_date="none">
  </album>
  <album id="125" 
         album_title="Personal Album" 
         album_description="Personal Album" 
         album_thumbnail="http://www.picwing.com/125/thumb.jpg"
         submission_email_address="DoePersonal"
         printing_plan="10"
         printing_plan_name="Pay As You Go+"
         shipments_per_month="2"
         recipients_allowed="unlimited"
         prints_allowed="unlimited"
         used_prints="12"
         ship_date="Nov 28">
  </album>
</user>
Blog  |  Privacy Policy  |  Terms of Service  |  About  |  FAQ  |  Contact
© 2010 Picwing | Powered by Linode