Dashboard > SmugMug > ... > API 1.2.0 > smugmug.images 1.2.0 > smugmug.images.get 1.2.0
Log In   View a printable version of the current page.
SmugMug
smugmug.images.get 1.2.0
Added by David Parry , last edited by Anonymous on Feb 29, 2008  (view change)
Labels: 
(None)

smugmug.images.get

Retrieves a list of images for a given album.

Arguments

  • SessionID - string.
  • AlbumID - integer.
  • Heavy - boolean (optional).
  • Password - string (optional).
  • SitePassword - string (optional).
  • AlbumKey - string.

Result

    standard response

  • array Images
    • struct Image
      • integer id
      • string Key

    heavy response

  • array Images
    • struct Image
      • integer id
      • string Key
      • string FileName (owner)
      • string Caption
      • string Keywords
      • integer Position
      • string Date (owner)
      • string Format
      • integer Serial
      • boolean Hidden
      • integer Size
      • integer Width
      • integer Height
      • string MD5Sum (owner)
      • string LastUpdated
      • string AlbumURL
      • string TinyURL
      • string ThumbURL
      • string SmallURL
      • string MediumURL
      • string LargeURL (if available)
      • string XLargeURL (if available)
      • string X2LargeURL (if available)
      • string X3LargeURL (if available)
      • string OriginalURL (if available)
      • string Video320URL (video only, if available)
      • string Video640URL (video only, if available)
      • string Video960URL (video only, if available)
      • string Video12800URL (video only, if available)
      • string Latitude (if available)
      • string Longtitude (if available)
      • string Altitude (if available)
      • struct Album
        • integer id
        • string Key

Fault Codes

  • 4 - "invalid user (message)"
  • 5 - "system error"
  • 15 - "empty set - no images found"
  • 18 - "invalid API key"

For the arguments listed, do you mean AlbumID and AlbumKey instead of ImageID and ImageKey? Makes more sense if you want to get all the images in an album.

Brian

Posted by Anonymous at Feb 17, 2008 20:45 | Reply To This
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators